mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Rename assets directory
This commit is contained in:
@@ -38,7 +38,7 @@ class ForumServiceProvider extends ServiceProvider
|
||||
public function register()
|
||||
{
|
||||
$this->app['flarum.forum.assetManager'] = $this->app->share(function ($app) {
|
||||
return new AssetManager($app['files'], $app['path.public'].'/flarum', 'forum');
|
||||
return new AssetManager($app['files'], $app['path.public'].'/assets', 'forum');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user