Skip to content

Commit

Permalink
Merge branch 'rieschl-zf2-compat'
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
akrabat committed Mar 9, 2017
2 parents 4bf7ab2 + bcf485a commit 84c7374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
use Zend\Loader;
use Zend\EventManager\EventInterface;
use Zend\Mvc\MvcEvent;
use Zend\Mvc\Router\V2RouteMatch;
use Zend\Mvc\Router\RouteMatch as V2RouteMatch;
use Zend\Router\RouteMatch as V3RouteMatch;
use Zend\ServiceManager\Factory\InvokableFactory;

Expand Down

0 comments on commit 84c7374

Please sign in to comment.