Skip to content

Commit

Permalink
Update src/DoctrineORMModule/Service/EntityManagerFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exoon committed Jan 1, 2013
1 parent 77f4dc8 commit cd870b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DoctrineORMModule/Service/EntityManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function createService(ServiceLocatorInterface $sl)
$config = $sl->get($options->getConfiguration());

// Table Prefix
// Test
// http://docs.doctrine-project.org/en/2.0.x/cookbook/sql-table-prefixes.html
$cfg = $sl->get('Config');
$cfg = $cfg['doctrine']['connection']['orm_default']['params'];
Expand Down

0 comments on commit cd870b9

Please sign in to comment.