Files
FlightsAPI/routes/console.php
T
2026-06-24 19:02:30 +10:00

9 lines
323 B
PHP

<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Schedule::command('app:update-alliances')->dailyAt('09:00')->runInBackground();
Schedule::command('app:update-departed-flights')->hourly()->runInBackground();
Schedule::command('app:flight-feed-update')->everyMinute()->runInBackground();