etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 460 forks source link

Laravel 5.8 Fix #309

Open mvsvolkov opened 5 years ago

MithrandirDK commented 5 years ago

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?