Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed Dec 5, 2014
1 parent ae8056f commit 17e0940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'MonologModule\Factory\LoggerFactory' => 'MonologModule\Factory\LoggerFactory',
],
'factories' => [
'MonologModule\Formatter\FormatterPluginManager' => 'MonologModule\Factory\FormatterluginManagerFactory',
'MonologModule\Formatter\FormatterPluginManager' => 'MonologModule\Factory\FormatterPluginManagerFactory',
'MonologModule\Handler\HandlerPluginManager' => 'MonologModule\Factory\HandlerPluginManagerFactory',
],
'abstract_factories' => [
Expand Down

0 comments on commit 17e0940

Please sign in to comment.