chore
This commit is contained in:
@@ -41,7 +41,9 @@ class RouteServiceProvider extends ServiceProvider
|
||||
|
||||
$this->booted(function(){
|
||||
$this->app->booted(function (){
|
||||
if (file_exists('loadCachedAdminRoutes')) {
|
||||
loadCachedAdminRoutes();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user