mirror of
https://github.com/flarum/core.git
synced 2025-08-24 09:03:05 +02:00
Make StyleCI happy
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
namespace Flarum\Tags\Listener;
|
namespace Flarum\Tags\Listener;
|
||||||
|
|
||||||
use Flarum\Event\ConfigureWebApp;
|
|
||||||
use Flarum\Event\ConfigureForumRoutes;
|
use Flarum\Event\ConfigureForumRoutes;
|
||||||
|
use Flarum\Event\ConfigureWebApp;
|
||||||
use Illuminate\Contracts\Events\Dispatcher;
|
use Illuminate\Contracts\Events\Dispatcher;
|
||||||
|
|
||||||
class AddClientAssets
|
class AddClientAssets
|
||||||
|
@@ -108,7 +108,7 @@ class SaveTagsToDatabase
|
|||||||
throw new PermissionDeniedException;
|
throw new PermissionDeniedException;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$discussion->raise(
|
$discussion->raise(
|
||||||
new DiscussionWasTagged($discussion, $actor, $oldTags->all())
|
new DiscussionWasTagged($discussion, $actor, $oldTags->all())
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user