This commit is contained in:
JaguarJack 2023-02-24 17:17:04 +08:00
parent 7a6a9765ba
commit b7243ebf57

View File

@ -41,7 +41,9 @@ class RouteServiceProvider extends ServiceProvider
$this->booted(function(){
$this->app->booted(function (){
loadCachedAdminRoutes();
if (file_exists('loadCachedAdminRoutes')) {
loadCachedAdminRoutes();
}
});
});
}