create cron for backing up db
This commit is contained in:
@@ -26,7 +26,7 @@ class Mission extends Model
|
||||
protected function area(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
get: fn($value) => json_decode($value)
|
||||
get: fn($value) => json_decode($value, true)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user