Form updates
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user