Skip to content

Commit 546032b

Browse files
committed
command loader for laravel 5.5
1 parent eb36390 commit 546032b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Console/Kernel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ protected function schedule(Schedule $schedule)
3636
*/
3737
protected function commands()
3838
{
39+
$this->load(__DIR__.'/Commands');
40+
3941
require base_path('routes/console.php');
4042
}
4143
}

0 commit comments

Comments
 (0)