mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 13:44:58 +08:00
Applied fixes from StyleCI
This commit is contained in:
parent
29d443eabc
commit
32625c258f
|
@ -15,4 +15,4 @@ use Illuminate\Contracts\Events\Dispatcher;
|
|||
return function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\AddClientAssets::class);
|
||||
$events->subscribe(Listener\FilterNewPosts::class);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -37,7 +37,7 @@ class AddClientAssets
|
|||
|
||||
if ($event->isAdmin()) {
|
||||
$event->addAssets([
|
||||
__DIR__ . '/../../js/admin/dist/extension.js'
|
||||
__DIR__.'/../../js/admin/dist/extension.js'
|
||||
]);
|
||||
$event->addBootstrapper('flarum/akismet/main');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user