hotmeteor / receiver

Receiver is a drop-in webhook handling library for Laravel.
MIT License
384 stars 21 forks source link

Fixed AbstractProvider::getClass() #6

Closed xolf closed 2 years ago

xolf commented 2 years ago

For events in event.name notation the method searched for a class App\Http\Handlers\Provider\Event.Name.

Fixed the method so it searches for App\Http\Handlers\Provider\EventName.