mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Merge branch 'master' into visibility-scoping
This commit is contained in:
@@ -16,7 +16,8 @@ use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
return [
|
||||
(new Extend\Assets('forum'))
|
||||
->defaultAssets(__DIR__)
|
||||
->asset(__DIR__.'/js/forum/dist/extension.js')
|
||||
->asset(__DIR__.'/less/forum/extension.less')
|
||||
->bootstrapper('flarum/approval/main'),
|
||||
(new Extend\Assets('admin'))
|
||||
->asset(__DIR__.'/js/admin/dist/extension.js')
|
||||
|
Reference in New Issue
Block a user