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:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user