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