create new userManagement

This commit is contained in:
2025-10-26 14:14:05 +03:30
parent c76098e879
commit 71f5001477
7 changed files with 158 additions and 174 deletions

View File

@@ -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)