Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Flipped alias and factory
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzm0 authored Oct 4, 2016
1 parent d66cc31 commit ca6261b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public function getDependencyConfig()
{
return [
'aliases' => [
HydratorPluginManager::class => 'HydratorManager',
'HydratorManager' => HydratorPluginManager::class,
],
'factories' => [
'HydratorManager' => HydratorPluginManagerFactory::class,
HydratorPluginManager::class => HydratorPluginManagerFactory::class,
],
];
}
Expand Down

0 comments on commit ca6261b

Please sign in to comment.