Add info method to Kernel
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Console;
|
||||
|
||||
use App\Commands\HelloWorld;
|
||||
use App\Console\Commands\HRCInfo;
|
||||
use App\Console\Commands\HRCInstall;
|
||||
use Illuminate\Console\Scheduling\Schedule;
|
||||
use Laravel\Lumen\Console\Kernel as ConsoleKernel;
|
||||
@@ -32,6 +33,7 @@ class Kernel extends ConsoleKernel
|
||||
}
|
||||
|
||||
$classes[] = HRCInstall::class;
|
||||
$classes[] = HRCInfo::class;
|
||||
|
||||
$commands = parent::getCommands();
|
||||
return array_merge($commands, $classes);
|
||||
|
||||
Reference in New Issue
Block a user