Skip to content

Commit e9fb866

Browse files
authored
Merge pull request #393 from rgasch/master
Add 'Commands' directory scan for artisan commands
2 parents f692907 + eede055 commit e9fb866

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
@@ -37,6 +37,8 @@ protected function schedule(Schedule $schedule)
3737
*/
3838
protected function commands()
3939
{
40+
$this->load(__DIR__.'/Commands');
41+
4042
require base_path('routes/console.php');
4143
}
4244
}

0 commit comments

Comments
 (0)