We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb36390 commit 546032bCopy full SHA for 546032b
app/Console/Kernel.php
@@ -36,6 +36,8 @@ protected function schedule(Schedule $schedule)
36
*/
37
protected function commands()
38
{
39
+ $this->load(__DIR__.'/Commands');
40
+
41
require base_path('routes/console.php');
42
}
43
0 commit comments