1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

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')) (new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js') ->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less') ->css(__DIR__.'/less/forum.less')
->route('/following', 'following'), ->route('/following', 'following'),
function (Dispatcher $events, Factory $views) { function (Dispatcher $events, Factory $views) {
$events->subscribe(Listener\AddDiscussionSubscriptionAttribute::class); $events->subscribe(Listener\AddDiscussionSubscriptionAttribute::class);