Skip to content

Fix #43#44

Open
patrickhoogkamer wants to merge 1 commit intompociot:masterfrom
Pionect:feature/laravel-5-4-compatibility
Open

Fix #43#44
patrickhoogkamer wants to merge 1 commit intompociot:masterfrom
Pionect:feature/laravel-5-4-compatibility

Conversation

@patrickhoogkamer
Copy link

Our take on Laravel 5.4 compatibility.

By using a wildcard in the event name Laravel will give us the event name in the event listener so we don’t have to retrieve the name from elsewhere.

By using a wildcard in the event name Laravel will give us the event name in the event listener so we don’t have to call Event::firing (which doesn’t exist in Laravel 5.4) to get the name.
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