Skip to content

Commit

Permalink
fix wrong use statement to restore compatibility with zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
rieschl committed Mar 9, 2017
1 parent 4bf7ab2 commit bcf485a
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 bcf485a

Please sign in to comment.