Added achievement data
This commit is contained in:
@@ -6,3 +6,5 @@ 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();
|
||||
|
||||
Reference in New Issue
Block a user