Nicer debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-16 16:23:25 +01:00
parent fd8f90cb52
commit 0bf4f861f3
+1 -1
View File
@@ -128,7 +128,7 @@ class UserImporter extends ItemImporter
try {
$user->notify(new WelcomeNotification($user));
} catch (\Exception $e) {
Log::warning('Could not send welcome notification for user ' . $e->getMessage());
Log::warning('Could not send welcome notification for user: ' . $e->getMessage());
}
}