We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815b802 commit aa83cd2Copy full SHA for aa83cd2
1 file changed
system/CLI/Console.php
@@ -35,6 +35,8 @@ public function run()
35
// Create CLIRequest
36
$appConfig = config(App::class);
37
Services::createRequest($appConfig, true);
38
+ // Load Routes
39
+ Services::routes()->loadRoutes();
40
41
$runner = Services::commands();
42
$params = array_merge(CLI::getSegments(), CLI::getOptions());
0 commit comments