1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 22:31:18 +02:00

Fix class names

This commit is contained in:
Franz Liedke
2017-10-03 19:45:26 +02:00
parent 494f953ace
commit bd635b55f7

View File

@@ -12,7 +12,7 @@
namespace Flarum\Flags\Command;
use Flarum\Flags\Flag;
use Flarum\Post\Post\CommentPost;
use Flarum\Post\CommentPost;
use Flarum\Post\PostRepository;
use Flarum\User\AssertPermissionTrait;
use Tobscure\JsonApi\Exception\InvalidParameterException;