dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Add ability to use different Event Dispatchers #1594

Closed fntneves closed 5 years ago

fntneves commented 6 years ago

This PR adds to this package the ability to use different Event Dispatchers.

See https://github.com/fntneves/laravel-transactional-events/issues/16

Basically, I only replaced the use statement of the concrete Event Dispatcher class with its contract.

andrej-griniuk commented 6 years ago

Second that. Anything else needs to be done to get this merged @thilanga ?

fntneves commented 5 years ago

@thilanga @andrej-griniuk Any chance to see it merged?

specialtactics commented 5 years ago

Hey @fntneves thanks for this, very good work !

Merged !