1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 15:34:26 +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 AdminServiceProvider extends ServiceProvider
public function register()
{
$this->app['flarum.admin.assetManager'] = $this->app->share(function ($app) {
return new AssetManager($app['files'], $app['path.public'].'/flarum', 'admin');
return new AssetManager($app['files'], $app['path.public'].'/assets', 'admin');
});
}
}