You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to upgrade from Laravel 5.4 to 5.5. We are using the Cloudcreativity Laravel JSON package to run a json api with laravel. Also we have our own auth provider to validate JWT tokens.
As soon as we upgrade we get the error "Function name should be a string". After searching through the code and vendor dir, i've a found a solution:
Adding following code to the Laravel AuthManager solved the problem: