Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Console/Kernel.php
Назад
<?php namespace App\Console; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel as ConsoleKernel; class Kernel extends ConsoleKernel { protected $commands = [ \App\Console\Commands\NotifyScheduledMaintenance::class, \App\Console\Commands\NotifyOnAssetEOL::class, \App\Console\Commands\MakeRepository::class, ]; /** * Define the application's command schedule. */ protected function schedule(Schedule $schedule): void { $schedule->command('notify:admin-asset-eol')->dailyAt('08:00'); $schedule->command('maintenance:notify')->daily(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__ . '/Commands'); require base_path('routes/console.php'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка