diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 8956a5ba..2e746555 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -1,5 +1,6 @@ app->booted(function() + App::booted(function() { // Once the application has booted, we will include the default routes // file. This "namespace" helper will load the routes file within a