baum icon indicating copy to clipboard operation
baum copied to clipboard

Laravel 5.8 Fix

Open mvsvolkov opened this issue 6 years ago • 1 comments

mvsvolkov avatar Apr 04 '19 14:04 mvsvolkov

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?

MithrandirDK avatar Apr 25 '19 12:04 MithrandirDK