Skip to content

Commit

Permalink
Added new factory
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jun 4, 2019
1 parent 066bc56 commit 251f885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/autoload/global/factories.php
Expand Up @@ -27,6 +27,7 @@
Lotgd\Core\Output\Commentary::class => Factory\Output\Commentary::class,
Lotgd\Core\Output\Code::class => InvokableFactory::class,
Lotgd\Core\Output\Format::class => Factory\Output\Format::class,
Lotgd\Core\Pvp\Listing::class => Factory\Pvp\Listing::class,
Lotgd\Core\Tool\Sanitize::class => Factory\Tool\Sanitize::class,
Lotgd\Core\Translator\Translator::class => Factory\Translator\Translator::class,
Lotgd\Core\Session::class => Factory\Session::class,
Expand Down

0 comments on commit 251f885

Please sign in to comment.