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 BirthdaysAttachment extends ListAttachment
->setItems($birthdays->map(fn(User $user): string => $user->profile->full_name))
->setEmptyText("Dzisiaj nikt nie ma urodzin :cry:");
}
}
}