1
0
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:
Franz Liedke
2016-06-13 21:06:39 +09:00
parent 2c4ccc89f9
commit e4a4bad601
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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())
); );