Fixed Action prefix on routable middlewares

This commit is contained in:
Alejandro Celaya
2016-07-27 20:22:50 +02:00
parent a3554db1c3
commit 36259588db
12 changed files with 25 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ use Shlinkio\Shlink\Core\Service\VisitsTrackerInterface;
use Zend\Diactoros\Response\RedirectResponse;
use Zend\Stratigility\MiddlewareInterface;
class RedirectMiddleware implements MiddlewareInterface
class RedirectAction implements MiddlewareInterface
{
/**
* @var UrlShortenerInterface