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 459 forks source link

Laravel 6 #320

Closed timrspratt closed 5 years ago

timrspratt commented 5 years ago

Resolves https://github.com/etrepat/baum/issues/318

timrspratt commented 5 years ago

@etrepat please can you look into getting this merged? The tests pass for PHP 7.3 and 7.1 (although since Laravel 6.0 requires PHP 7.2 the 7.1 for L6.0 fails and would never pass). Not sure what's happening with 7.2, you may know more on how to sort, or they may be ok as is? Thanks

timrspratt commented 5 years ago

Closing this as @etrepat has sorted