Laravel\Lumen\Console\Kernel::getCommands PHP Method

getCommands() protected method

Get the commands to add to the application.
protected getCommands ( ) : array
return array
    protected function getCommands()
    {
        return array_merge($this->commands, ['Illuminate\\Console\\Scheduling\\ScheduleRunCommand']);
    }