Skip to content

Commit

Permalink
Leave Doctrine objects alone
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky committed Jul 9, 2015
1 parent 56a22ea commit bde62f7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,18 @@
'cache_adapter' => 'memory',
'cache_options' => [],
'avoid_service' => [
'zendmodulemanagermodulemanager' => true,
'zendi18ntranslatortranslatorinterface' => true,
'zendmodulemanagermodulemanager' => true,
'zendi18ntranslatortranslatorinterface' => true,
'doctrinemoduleformelementobjectselect' => true,
'doctrinemoduleformelementobjectradio' => true,
'doctrinemoduleformelementobjectmulticheckbox' => true,
'doctrine.entitymanager.ormdefault' => true,
'doctrine.connection.ormdefault' => true,
'doctrine.configuration.ormdefault' => true,
'doctrine.driver.ormdefault' => true,
'doctrine.cache.array' => true,
'doctrine.eventmanager.ormdefault' => true,
'doctrine.entityresolver.ormdefault' => true,
],
],
'console' => [
Expand Down

0 comments on commit bde62f7

Please sign in to comment.