mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Added the command loader to console kernel
This commit is contained in:
parent
bfb910f375
commit
77547c528b
|
@ -56,5 +56,6 @@ class Kernel extends ConsoleKernel
|
|||
protected function commands()
|
||||
{
|
||||
require base_path('routes/console.php');
|
||||
$this->load(__DIR__.'/Commands');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue