This commit is contained in:
Adrian Hopek
2022-02-21 08:11:28 +01:00
parent 597d6f0ddb
commit 2ccdfed2ec
30 changed files with 511 additions and 218 deletions

View File

@@ -17,7 +17,6 @@ class VacationRequestActivityResource extends JsonResource
"time" => $this->created_at->format("H:i"),
"user" => $this->user ? $this->user->fullName : __("System"),
"state" => $this->to,
"text" => $this->to->label(),
];
}
}