Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap Illuminate EventServiceProvider in favour of plain ServiceProvider #248

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

sandervanhooft
Copy link
Collaborator

Solves #247

Explanation
According to the issue ticket, extending the Illuminate EventServiceProvider may cause listeners to get registered twice somehow. I haven't verified this, but

Fix
This patch swaps out the EventServiceProvider and adopts the plain ServiceProvider, so all the core event stuff doesn't accidentally gets mixed in.

@sandervanhooft sandervanhooft merged commit 02d6b38 into main Jun 18, 2024
12 checks passed
@sandervanhooft sandervanhooft deleted the drop_illuminate_event_service_provider branch June 18, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant