mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Fix view paths
This commit is contained in:
@@ -77,7 +77,7 @@ class ForumServiceProvider extends AbstractServiceProvider
|
||||
{
|
||||
$this->populateRoutes($this->app->make('flarum.forum.routes'));
|
||||
|
||||
$this->loadViewsFrom(__DIR__.'/../../views/frontend', 'flarum.forum');
|
||||
$this->loadViewsFrom(__DIR__.'/../../views', 'flarum.forum');
|
||||
|
||||
$this->app->make('view')->share([
|
||||
'translator' => $this->app->make(TranslatorInterface::class),
|
||||
|
Reference in New Issue
Block a user