1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +02:00

Added zend-stragility (missing), removed some redundant code.

This commit is contained in:
kirkbushell
2015-09-28 15:59:07 +01:00
parent 9529ce9ba2
commit c3374197d1
4 changed files with 233 additions and 116 deletions

View File

@@ -10,11 +10,8 @@
namespace Flarum\Admin\Middleware;
use Flarum\Api\AccessToken;
use Illuminate\Contracts\Container\Container;
use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
use Zend\Stratigility\MiddlewareInterface;
use Flarum\Forum\Middleware\LoginWithCookie;
use Flarum\Core\Exceptions\PermissionDeniedException;