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

defineConsoleSchedule() protected method

Define the application's command schedule.
protected defineConsoleSchedule ( ) : void
return void
    protected function defineConsoleSchedule()
    {
        $this->app->instance('Illuminate\\Console\\Scheduling\\Schedule', $schedule = new Schedule());
        $this->schedule($schedule);
    }