Merge branch 'fix-css-focuses' into #90-user-profile

This commit is contained in:
Adrian Hopek
2022-04-13 09:22:18 +02:00
12 changed files with 77 additions and 54 deletions

View File

@@ -42,7 +42,7 @@ class VacationRequestStatusChangedNotification extends Notification
protected function buildMailMessage(string $url): MailMessage
{
$user = $this->user - profile->first_name;
$user = $this->user->profile->first_name;
$title = $this->vacationRequest->name;
$type = $this->vacationRequest->type->label();
$status = $this->vacationRequest->state->label();