Laravel\Lumen\Console\Kernel::defineConsoleSchedule PHP 메소드

defineConsoleSchedule() 보호된 메소드

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