nWidart / laravel-menus

Laravel Menu Management
MIT License
167 stars 105 forks source link

Non-static method Nwidart\Menus\Menu::create() should not be called statically #25

Open alielkhateeb opened 6 years ago

alielkhateeb commented 6 years ago

I get this error when calling Menu::create Non-static method Nwidart\Menus\Menu::create() should not be called statically

create method truly is non static, what am I doing wrong? I just followed the doc!

nWidart commented 6 years ago

Hello,

That's because you're not calling it on the facade. You need to use the facade.