Skip to content

Commit

Permalink
Fixing issue with controller plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Messenger committed Sep 10, 2015
1 parent f67e955 commit 07205a5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/controller.plugins.config.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php

return array(
'controller_plugins' => array(
'factories' => array(
'DaMess\Hashids\Controller\Plugin\Hashids' => 'DaMess\Hashids\Factory\HashidsPluginFactory',
),
'aliases' => array(
'hashids' => 'DaMess\Hashids\Controller\Plugin\Hashids',
),
'factories' => array(
'DaMess\Hashids\Controller\Plugin\Hashids' => 'DaMess\Hashids\Factory\HashidsPluginFactory',
),
'aliases' => array(
'hashids' => 'DaMess\Hashids\Controller\Plugin\Hashids',
),
);

0 comments on commit 07205a5

Please sign in to comment.