This commit is contained in:
f4ilji
2024-11-11 15:30:26 +05:00
parent 49bb821361
commit df22d5d19e
12 changed files with 112 additions and 46 deletions
+1
View File
@@ -17,6 +17,7 @@ class UserResource extends JsonResource
return [
'id' => $this->id,
'name' => $this->name,
'slug' => $this->slug,
'administrativePosition' => $this->pivot->administrativePosition,
'sort' => $this->pivot->sort,
'details' => $this->userDetail,