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
bug #552 Fixing bug where passing the full class name as the event didn't return same string (weaverryan)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fixing bug where passing the full class name as the event didn't return same string
This caused an undefined index when running `make:subscriber` and choosing a fully-qualified event class as your event string. In this case, `EventRegistry::getEventClassName()` really has no work to do.
Commits
-------
841a92c Fixing bug where passing the full class name as the event didn't return that same string
0 commit comments