class Kernel extends Kernel

Properties

protected array $bootstrappers

The bootstrap classes for the application.

protected array $commands

The Artisan commands provided by your application.

Methods

void
schedule(Schedule $schedule)

Define the application's command schedule.

Details

at line 44
protected void schedule(Schedule $schedule)

Define the application's command schedule.

Parameters

Schedule $schedule

Return Value

void