This commit is contained in:
Adrian Hopek
2022-04-26 12:50:39 +02:00
parent 7f5e462e4d
commit f95739ecb1
8 changed files with 8 additions and 8 deletions

View File

@@ -19,4 +19,4 @@ class RemotesAttachment extends ListAttachment
->setItems($remoteDays->map(fn(Vacation $vacation): string => $vacation->user->profile->full_name))
->setEmptyText("Wszyscy dzisiaj są w biurze :boom:");
}
}
}