mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 23:01:44 +08:00
parent
1af5d351c4
commit
cb373836a4
|
@ -14,10 +14,10 @@ use Flarum\Extend;
|
|||
use Illuminate\Contracts\Events\Dispatcher;
|
||||
|
||||
return [
|
||||
(new Extend\Assets('forum'))
|
||||
(new Extend\Frontend('forum'))
|
||||
->js(__DIR__.'/js/dist/forum.js'),
|
||||
|
||||
(new Extend\Assets('admin'))
|
||||
(new Extend\Frontend('admin'))
|
||||
->js(__DIR__.'/js/dist/admin.js'),
|
||||
|
||||
function (Dispatcher $events) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user