Open alielkhateeb opened 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!
Hello,
That's because you're not calling it on the facade. You need to use the facade.
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!