Skip to content

Commit

Permalink
Merge branch 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
orkit committed Mar 21, 2024
2 parents 4b2b285 + 7892356 commit 54f9be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Listeners/SendNewUserNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ public function handle(object $event): void
{
$user = $event->user;
Mail::to('ryan@dsv.su.se')->send(new NewUser($user));
Mail::to('tuija@dsv.su.se')->send(new NewUser($user));
}
}

0 comments on commit 54f9be1

Please sign in to comment.