#43 - vacation summary for employee #66

Merged
Baakoma merged 19 commits from #43-vacation-summary-for-employee into main 2022-03-03 09:03:17 +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,
];
}
}