You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed mapping subscribers for Laravel 5.4 (#35)
In Laravel 5.4 the ability to provide parameters to `make` was removed, this change reworks the instantiation of subscribers so that they are no longer resolved from the container.
This change should be compatible with previous Laravel versions.