Skip to content

Commit

Permalink
fix: removed dd() in UserRegistered Listener (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
iammursal authored Oct 29, 2024
1 parent fffcd70 commit 49b6e80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Listeners/UserRegistered.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public function __construct()
*/
public function handle(Registered $event): void
{
dd($event)
// $user = $event->user;
// Perform any functionality to the user here...
}
}
}

0 comments on commit 49b6e80

Please sign in to comment.