Add London Airport and Million Mile Challenges

This commit is contained in:
2026-08-11 20:52:21 +10:00
parent 65e8c7575e
commit 2b41c3ed44
10 changed files with 284 additions and 9 deletions
+4
View File
@@ -33,6 +33,10 @@ class Airport extends Model
'display_name',
];
const array LONDON_AIRPORTS = [
'LHR', 'LGW', 'STN', 'LTN', 'LCY', 'SEN',
];
protected function displayName() : Attribute{
return Attribute::make(
get: function () {