I just updated to 1.6.8 version, and now, after login and redirect to dashboard, the page show me the next error:
ErrorException in Builder.php line 2443: Call to undefined method Illuminate\Database\Query\Builder::returnUrls() (View: /var/inetpub/tribuhhh.morwi.mx/resources/views/vendor/panelViews/dashboard.blade.php)
In the dashboard.blade.php file, the only line I see with that call is Line 15:
Hi.
I just updated to 1.6.8 version, and now, after login and redirect to dashboard, the page show me the next error:
In the dashboard.blade.php file, the only line I see with that call is Line 15:
@if(is_array(\Serverfireteam\Panel\Link::returnUrls()))
My previous version was 1.6.6. My Laravel Framework version is 5.4.19. All works fine before the update.
When I ran the composer update command, it update some other packages. This is the complete list:
It could be a incompatibility with some other update?
Thanks for your help.