Skip to content

Commit

Permalink
Merge pull request #393 from rgasch/master
Browse files Browse the repository at this point in the history
Add 'Commands' directory scan for artisan commands
  • Loading branch information
jeremykenedy authored May 25, 2021
2 parents f692907 + eede055 commit e9fb866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ protected function schedule(Schedule $schedule)
*/
protected function commands()
{
$this->load(__DIR__.'/Commands');

require base_path('routes/console.php');
}
}

0 comments on commit e9fb866

Please sign in to comment.