1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Apply fixes from StyleCI (#1713)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke
2018-12-19 22:42:54 +01:00
committed by GitHub
parent dbe8cba14e
commit cb3baf9955
4 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ class ForumServiceProvider extends AbstractServiceProvider
$this->app->singleton('flarum.forum.routes', function () {
$routes = new RouteCollection;
$this->populateRoutes($routes);
return $routes;
});