1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00
This commit is contained in:
Toby Zerner
2015-08-17 14:11:45 +09:30
parent 1c89f62165
commit 4f17b104b5
3 changed files with 0 additions and 33 deletions

View File

@@ -30,8 +30,6 @@ class ApiServiceProvider extends ServiceProvider
return new UrlGenerator($this->app->make('flarum.api.routes'));
}
);
$this->app->register('Flarum\Locale\LocaleServiceProvider');
}
/**

View File

@@ -26,8 +26,6 @@ class ForumServiceProvider extends ServiceProvider
return new UrlGenerator($this->app->make('flarum.forum.routes'));
}
);
$this->app->register('Flarum\Locale\LocaleServiceProvider');
}
/**