Add some event listeners and experiment with browser testing
This commit is contained in:
@@ -49,7 +49,6 @@ class UserService extends BaseService
|
||||
# Let's check their rank
|
||||
$this->calculatePilotRank($user);
|
||||
|
||||
# TODO: Send out an email
|
||||
event(new UserRegistered($user));
|
||||
|
||||
return $user;
|
||||
|
||||
Reference in New Issue
Block a user