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