Apply fixes from StyleCI

This commit is contained in:
Franz Liedke 2018-07-23 14:33:49 +00:00 committed by StyleCI Bot
parent 2dd2847230
commit 63ff4b7fc7

View File

@ -18,7 +18,7 @@ return [
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less')
->route('/following', 'following'),
->route('/following', 'following'),
function (Dispatcher $events, Factory $views) {
$events->subscribe(Listener\AddDiscussionSubscriptionAttribute::class);