1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 23:14:29 +02:00

- satisfying styleci

- cleared the merge conflict in the phpdoc
- changed some string class names to use ::class
This commit is contained in:
Daniel Klabbers
2017-12-15 08:10:32 +01:00
parent f65e4dcba3
commit 2aba61668c
14 changed files with 27 additions and 49 deletions

View File

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