This commit is contained in:
Adrian Hopek 2022-03-01 12:42:44 +01:00
parent 730b0f9adb
commit 2073256067

View File

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