remove spaces

This commit is contained in:
2026-03-28 15:47:25 +01:00
parent 4a0087104c
commit a99a610688
7 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -47,9 +47,9 @@ class VolunteerRoleUpdated extends Notification implements ShouldBroadcast
public function toMail($notifiable): void
{
Mail::to($notifiable->email)->send(new UpdateRoleMail([
'name' => $notifiable->name,
'name' => $notifiable->name,
'lastname' => $notifiable->lastname,
'role' => $this->role,
'role' => $this->role,
]));
}
}