Closed xolf closed 2 years ago
For events in event.name notation the method searched for a class App\Http\Handlers\Provider\Event.Name.
event.name
App\Http\Handlers\Provider\Event.Name
Fixed the method so it searches for App\Http\Handlers\Provider\EventName.
App\Http\Handlers\Provider\EventName
For events in
event.name
notation the method searched for a classApp\Http\Handlers\Provider\Event.Name
.Fixed the method so it searches for
App\Http\Handlers\Provider\EventName
.