create new userManagement
This commit is contained in:
@@ -17,7 +17,7 @@ class Harim extends Model
|
||||
return $this->hasMany(HarimHistory::class);
|
||||
}
|
||||
|
||||
protected function polygon(): Attribute
|
||||
protected function primaryArea(): Attribute
|
||||
{
|
||||
return Attribute::make(
|
||||
get: fn($value) => json_decode($value)
|
||||
|
||||
Reference in New Issue
Block a user