mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Applied fixes from StyleCI
This commit is contained in:
parent
d3018a1fc3
commit
869277cb10
|
@ -15,4 +15,4 @@ use Illuminate\Contracts\Events\Dispatcher;
|
|||
return function (Dispatcher $events) {
|
||||
$events->subscribe(Listener\AddClientAssets::class);
|
||||
$events->subscribe(Listener\FormatEmoticons::class);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
@ -30,8 +31,8 @@ class AddClientAssets
|
|||
{
|
||||
if ($event->isForum()) {
|
||||
$event->addAssets([
|
||||
__DIR__ . '/../../js/forum/dist/extension.js',
|
||||
__DIR__ . '/../../less/forum/extension.less'
|
||||
__DIR__.'/../../js/forum/dist/extension.js',
|
||||
__DIR__.'/../../less/forum/extension.less'
|
||||
]);
|
||||
$event->addBootstrapper('flarum/emoji/main');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user