We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148e29b commit 3fe2ff8Copy full SHA for 3fe2ff8
extend.php
@@ -45,7 +45,7 @@
45
(new Notification())
46
->driver('pusher', WebsocketNotificationDriver::class),
47
48
- (new Frontend('admin'))
+ (new Frontend('forum'))
49
->js(__DIR__ . '/js/dist/forum.js')
50
->css(__DIR__ . '/less/forum.less'),
51
0 commit comments