Added Notifications
This commit is contained in:
+1
-4
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user