mirror of
https://github.com/flarum/framework.git
synced 2025-03-22 13:05:15 +08:00
parent
8583c3a6b6
commit
5f5ffc7fcb
@ -15,11 +15,11 @@ use Flarum\Extend;
|
||||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
return [
|
||||
(new Extend\Assets('forum'))
|
||||
(new Extend\Frontend('forum'))
|
||||
->js(__DIR__.'/js/dist/forum.js')
|
||||
->asset(__DIR__.'/less/forum.less'),
|
||||
->css(__DIR__.'/less/forum.less'),
|
||||
|
||||
(new Extend\Assets('admin'))
|
||||
(new Extend\Frontend('admin'))
|
||||
->js(__DIR__.'/js/dist/admin.js'),
|
||||
|
||||
function (Dispatcher $events) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user