Unleash/unleash-client-php

Chore: Make all events extend AbstractEvent

RikudouSage opened this issue · 0 comments

Currently every event class file needs to check if the Symfony event dispatcher is installed and load event stub if it isn't. This should be done in one parent abstract class (introduced in #97).