Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a check before casting $value to string when firing events
This was necessray because some types cannot be converted to string, and it was throwing an exception when casting an Enum. This work was done based on the PR opened by @patrocle on #16
- Loading branch information