3 namespace BookStack\Console;
5 use Illuminate\Console\Scheduling\Schedule;
6 use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
8 class Kernel extends ConsoleKernel
11 * Define the application's command schedule.
13 * @param \Illuminate\Console\Scheduling\Schedule $schedule
17 protected function schedule(Schedule $schedule)
23 * Register the commands for the application.
27 protected function commands()
29 $this->load(__DIR__ . '/Commands');