download
raw
573 Bytes
<?php
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
/**
* Define the application's command schedule.
*/
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
}
/**
* Register the commands for the application.
*/
protected function commands(): void
{
$this->load(__DIR__.'/Commands');
require base_path('routes/console.php');
}
}

Xet Storage Details

Size:
573 Bytes
·
Xet hash:
fb9f38dbeaa0167d926f728cb9ca82989296d6843050de1c684e041fb7630af2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.