chenge and debug mission code
This commit is contained in:
@@ -17,7 +17,14 @@ class Mission extends Model
|
||||
protected function requestedMachines(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
get: fn ($value) => json_decode($value)
|
||||
get: fn($value) => json_decode($value)
|
||||
);
|
||||
}
|
||||
|
||||
protected function area(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
get: fn($value) => json_decode($value)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user