Added Notifications

This commit is contained in:
2026-05-18 14:51:46 +10:00
parent 10b5b6a5c9
commit e1bed676e4
5 changed files with 67 additions and 5 deletions
+1 -4
View File
@@ -3,8 +3,5 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('app:update-departed-flights')->hourly()->runInBackground();
Schedule::command('app:flight-feed-update')->everyMinute()->runInBackground();