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

[5.8] Refactor DiscoverEvents::within() #28122

Merged
merged 1 commit into from
Apr 8, 2019
Merged

Conversation

sebdesign
Copy link
Contributor

The pairs of listeners and events can be mapped to groups of listeners keyed by the event name.

By using mapToDictionary we can void zipping the pairs and then unzipping them while reducing.

The pairs of listeners and events can be mapped to groups of listeners keyed by the event  name.

By using `mapToDictionary` we can void zipping the pairs and then unzipping them while reducing.
@GrahamCampbell GrahamCampbell changed the title Refactor DiscoverEvents::within() [5.8] Refactor DiscoverEvents::within() Apr 6, 2019
@taylorotwell taylorotwell merged commit 1bf41e9 into laravel:5.8 Apr 8, 2019
@rivassh
Copy link

rivassh commented Jun 9, 2019

how can I include larave-modules events?

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.

3 participants