mirror of
https://github.com/flarum/core.git
synced 2025-07-28 20:20:34 +02:00
@@ -15,9 +15,9 @@ use Illuminate\Contracts\Events\Dispatcher;
|
|||||||
use Illuminate\Contracts\View\Factory;
|
use Illuminate\Contracts\View\Factory;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
(new Extend\Assets('forum'))
|
(new Extend\Frontend('forum'))
|
||||||
->js(__DIR__.'/js/dist/forum.js')
|
->js(__DIR__.'/js/dist/forum.js')
|
||||||
->asset(__DIR__.'/less/forum.less'),
|
->css(__DIR__.'/less/forum.less'),
|
||||||
|
|
||||||
function (Dispatcher $events, Factory $views) {
|
function (Dispatcher $events, Factory $views) {
|
||||||
$events->subscribe(Listener\AddPostMentionedByRelationship::class);
|
$events->subscribe(Listener\AddPostMentionedByRelationship::class);
|
||||||
|
Reference in New Issue
Block a user