caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

Fix collection prepend #69

Closed JosephSilber closed 8 years ago

JosephSilber commented 8 years ago

Makes it compatible with the version of Laravel released today (5.1.24).

Here's the change that necessitates this.

Fixes #68

gpassarelli commented 8 years ago

+1

dgallinari commented 8 years ago

@kaidesu When you have some time, please take a look at this PR as this is causing an Exception.

ErrorException in Collection.php line 0:
Declaration of Caffeinated\Menus\Collection::prepend() should be compatible with Illuminate\Support\Collection::prepend($value, $key = NULL)
emnsen commented 8 years ago

+1