Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #97 from pneidig/bugfix
Browse files Browse the repository at this point in the history
fixes issue with doctrine auto mapping
  • Loading branch information
eko committed Jan 17, 2016
2 parents 44ca2ab + 95d1f2b commit 74ebed8
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EkinoWordpressBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function build(ContainerBuilder $container)
public function addRegisterMappingPass(ContainerBuilder $containerBuilder)
{
$mappings = [
realpath(__DIR__.'/Resources/config/doctrine/model') => 'Ekino\WordpressBundle\Model',
realpath(__DIR__.'/Resources/config/doctrine-model') => 'Ekino\WordpressBundle\Model',
];

$containerBuilder->addCompilerPass(RegisterMappingsPass::createOrmMappingDriver($mappings));
Expand Down

0 comments on commit 74ebed8

Please sign in to comment.