Added Notifications

This commit is contained in:
2026-05-18 14:31:53 +10:00
parent 1d5b9f340f
commit 10b5b6a5c9
18 changed files with 545 additions and 166 deletions
+3
View File
@@ -15,10 +15,12 @@ class Aircraft extends Model
'engine_type',
'engine_count',
'wtc',
'preferred'
];
protected $casts = [
'engine_count' => 'integer',
'preferred' => 'boolean'
];
protected $appends = [
@@ -51,6 +53,7 @@ class Aircraft extends Model
'A380' => ['A380', 'A388'],
];
protected function displayName() : Attribute{
return Attribute::make(
get: function () {