caffeinated / menus

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

Call to undefined method asUl #112

Open vargas11 opened 4 years ago

vargas11 commented 4 years ago

Hi I upgrade laravel to version 6 and now I am getting Call to undefined method asUl nav.blade.php I have in my composer.json "caffeinated/menus": "^4.0",. and this for the blade : config('site.main_menu')->asUl(['class' => 'dropdown-menu', 'role' => 'menu', 'aria-labelledby' => 'dropdownMenu1']) Can someone tell what may be wrong. Thanks