Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonDeShir committed Dec 20, 2024
1 parent 14b23ed commit 761a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/InviteUserNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function toMail(object $notifiable): MailMessage
->view("emails.auth.invite-user", [
"user" => $notifiable,
"quiz" => $this->quiz,
"url" => url("/dashboard")
"url" => url("/dashboard"),
]);
}
}

0 comments on commit 761a111

Please sign in to comment.