Added the command loader to console kernel

This commit is contained in:
snipe 2019-05-22 00:52:14 -07:00
parent bfb910f375
commit 77547c528b

View file

@ -56,5 +56,6 @@ class Kernel extends ConsoleKernel
protected function commands()
{
require base_path('routes/console.php');
$this->load(__DIR__.'/Commands');
}
}