mirror of
https://github.com/flarum/core.git
synced 2025-10-28 22:07:33 +01:00
@@ -25,6 +25,7 @@ class UpdateServiceProvider extends AbstractServiceProvider
|
||||
$this->app->singleton('flarum.update.routes', function () {
|
||||
$routes = new RouteCollection;
|
||||
$this->populateRoutes($routes);
|
||||
|
||||
return $routes;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user