1
0
mirror of https://github.com/flarum/core.git synced 2025-10-09 05:56:25 +02:00

Clean up some old code

This commit is contained in:
Toby Zerner
2015-06-18 17:43:16 +09:30
parent 32beab9238
commit 555bb18acd
3 changed files with 3 additions and 15 deletions

View File

@@ -14,10 +14,6 @@ class ForumServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->singleton('flarum.forum.assetManager', function ($app) {
return new AssetManager($app['files'], $app['path.public'].'/assets', 'forum');
});
$this->app->singleton(
'Flarum\Http\UrlGeneratorInterface',
function () {