File manager - Edit - /var/www/html/homologBancodetalentos/app/Console/Kernel.php
Back
<?php namespace App\Console; use App\Console\Commands\DeactivateInactiveCompanyJobsCommand; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel as ConsoleKernel; class Kernel extends ConsoleKernel { /** * Define the application's command schedule. * * @param \Illuminate\Console\Scheduling\Schedule $schedule * @return void */ protected function schedule(Schedule $schedule) { $schedule->command(DeactivateInactiveCompanyJobsCommand::class) ->dailyAt('02:00') ->withoutOverlapping() ->appendOutputTo(storage_path('logs/deactivate-inactive-company-jobs.log')); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings