1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 23:15:22 +02:00

Merge pull request #1313 from flarum/analysis-qB0gYV

Apply fixes from StyleCI
This commit is contained in:
Toby Zerner 2017-12-19 18:54:47 +10:30 committed by GitHub
commit b2fe76c819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
namespace Flarum\Api\Controller;
use Flarum\Http\UrlGenerator;
use Flarum\Discussion\Discussion;
use Flarum\Http\UrlGenerator;
use Flarum\Notification\NotificationRepository;
use Flarum\User\Exception\PermissionDeniedException;
use Psr\Http\Message\ServerRequestInterface;