#62 - vacation request list for approvers #69

Merged
Baakoma merged 29 commits from #62-vacation-request-list-for-approvers into main 2022-03-08 09:25:24 +01:00
Showing only changes of commit 2073256067 - Show all commits

View File

@@ -16,7 +16,6 @@ class AbsenceResource extends JsonResource
"id" => $this->id,
"user" => new UserResource($this->user),
"date" => $this->date->toDisplayString(),
"cause" => $this->vacationRequest->type,
];
}
}