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

Commit

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

0 comments on commit d66cc31

Please sign in to comment.