Added a challenge for flying the 3 major airline alliances

This commit is contained in:
2026-07-20 14:33:32 +10:00
parent 60a3bce3bf
commit 267fd6fd12
8 changed files with 280 additions and 65 deletions
+3
View File
@@ -26,6 +26,9 @@ class Alliance extends Model
'skyteam' => 'airlines_alliances.all_skyteam',
];
const array MAJOR_ALLIANCES = ['skyteam', 'oneworld', 'star_alliance'];
public function airlines(): HasMany
{
return $this->hasMany(Airline::class);