auto loads commands
This commit is contained in:
parent
c4e142867c
commit
5d54c21ea8
|
@ -35,6 +35,8 @@ protected function schedule(Schedule $schedule)
|
|||
*/
|
||||
protected function commands()
|
||||
{
|
||||
$this->load(__DIR__.'/Commands');
|
||||
|
||||
require base_path('routes/console.php');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue