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