❓ Support
J James Pence Mar 25, 2025

The waterhole EventServiceProvider is also listening for registrations

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.