#43 - fix
This commit is contained in:
		@@ -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,
 | 
					 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user