Skip to content

Commit

Permalink
Merge pull request #120 from gregorybesson/develop
Browse files Browse the repository at this point in the history
Update module.config.php
  • Loading branch information
gregorybesson authored Jun 24, 2018
2 parents c0c24c7 + 649dab8 commit 167641b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'zfcuser_entity' => array(
'class' => 'Doctrine\ORM\Mapping\Driver\AnnotationDriver',
'cache' => 'array',
'paths' => __DIR__ . '/../src/PlaygroundUser/Entity'
'paths' => __DIR__ . '/../src/Entity'
),

'orm_default' => array(
Expand Down Expand Up @@ -82,7 +82,7 @@
),

'data-fixture' => array(
'PlaygroundUser_fixture' => __DIR__ . '/../src/PlaygroundUser/DataFixtures/ORM',
'PlaygroundUser_fixture' => __DIR__ . '/../src/DataFixtures/ORM',
),

'core_layout' => array(
Expand Down

0 comments on commit 167641b

Please sign in to comment.