Skip to content

Commit

Permalink
Add ConnectionManager to service provider
Browse files Browse the repository at this point in the history
This way it can be used to extend(replace) and add custom connection drivers
  • Loading branch information
FoxxMD committed Sep 15, 2015
1 parent fd3f4b9 commit 3b2a602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DoctrineServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public function provides()
AuthManager::class,
EntityManager::class,
DoctrineManager::class,
ConnectionManager::class,
ClassMetadataFactory::class,
EntityManagerInterface::class,
ExtensionManager::class,
Expand Down

0 comments on commit 3b2a602

Please sign in to comment.