mirror of
https://github.com/flarum/core.git
synced 2025-08-15 21:04:30 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user