artkonekt / menu

Laravel Menu Component
MIT License
26 stars 150 forks source link

Not compatible to Illuminate\Support\Collection #3

Closed kkrieger85 closed 5 years ago

kkrieger85 commented 5 years ago

Declaration of Konekt\Menu\ItemCollection::add(Konekt\Menu\Item $item) should be compatible with Illuminate\Support\Collection::add($item)

This error occurs on installation of https://github.com/vanilophp/framework

Please see https://github.com/vanilophp/framework/issues/39

Maybe it's because of differente laravel/framework version.

fulopattila122 commented 5 years ago

Originally caused by laravel/framework#27082. Looks like an undocumented BC in Laravel 5.8. At least in our case it is.

fulopattila122 commented 5 years ago

Fix for this has been released in v1.3.0