baum
baum copied to clipboard
Laravel 5.8 Fix
This is needed for this package to be compatible with Laravel 5.8 where the "fire" method that has been deprecated since Laravel 5.4 is removed completely.
@mvsvolkov Maybe this patch could use a Laravel version check to determine which method to call? So it will still work with Laravel < 5.4 version?