This commit is contained in:
2026-06-10 14:37:36 +03:30
parent eeff2861e5
commit 5d2a6d045b
12 changed files with 122 additions and 31 deletions

View File

@@ -28,13 +28,6 @@ class Mission extends Model
);
}
protected function area(): Attribute
{
return Attribute::make(
get: fn($value) => json_decode($value, true)
);
}
public function histories(): HasMany
{
return $this->hasMany(MissionHistory::class);