Form updates

This commit is contained in:
Josh Dredge
2026-06-24 19:02:30 +10:00
parent fcba639bae
commit 6e69bea82a
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@
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();