1
0
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:
Toby Zerner
2015-04-25 22:34:26 +09:30
parent 31ec6f27ce
commit 8491c4cbf8
3 changed files with 3 additions and 3 deletions

View File

@@ -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');
});
}
}