Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Litalino committed Dec 26, 2023
1 parent dff5da4 commit 4e0f3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/SaveCountryCodeToDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function handle(Saving $event): void
{
//Allow admins to create users from the admin panel
if ($event->actor->isAdmin()) {
return;
//return;
}

$user = $event->user;
Expand Down

0 comments on commit 4e0f3f7

Please sign in to comment.