- add position

This commit is contained in:
2023-07-04 01:25:02 +02:00
parent 99f0bafe93
commit 996b1b4faf
5 changed files with 38 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ class CVResource extends JsonResource
!is_null($this->rodo),
$this->rodo
),
'position' => $this->when(
!is_null($this->position),
$this->position
),
];
}
}