remove spaces
This commit is contained in:
@@ -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,
|
||||
]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user