1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 11:24:30 +02:00

Applied fixes from StyleCI

This commit is contained in:
Toby Zerner
2016-02-25 22:51:02 -05:00
committed by StyleCI Bot
parent 601169e6e9
commit a70e9621aa
4 changed files with 5 additions and 5 deletions

View File

@@ -18,4 +18,4 @@ return function (Dispatcher $events) {
$events->subscribe(Listener\ApproveContent::class);
$events->subscribe(Listener\HideUnapprovedContent::class);
$events->subscribe(Listener\UnapproveNewContent::class);
};
};