The event service provider is listening at the same time that my base application is listening
Registered::class => [SendEmailVerificationNotification::class]
This causes double emails to be sent when a user registers in the base application.
Something Went Wrong
1 Comment
Good point! I'll have to think about the best way to prevent this - probably the listener just needs to be removed from Waterhole and added to the skeleton app.