fix datatable using token api and paginate when searching, fix skrd_amount column to decimal 20
This commit is contained in:
@@ -15,6 +15,7 @@ class RequestAssignmentResouce extends JsonResource
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'uuid' => $this->uuid,
|
||||
'name' => $this->name,
|
||||
'owner_name' => $this->owner_name,
|
||||
|
||||
Reference in New Issue
Block a user