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
Following through the initial setup on a clean 5.3 install and getting this error when using php artisian route:list after adding in Passport::routes() to the AuthServiceProvider.
[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Laravel\Passport\Http\Controllers\AuthorizationController::getMiddleware()
The text was updated successfully, but these errors were encountered:
Following through the initial setup on a clean 5.3 install and getting this error when using
php artisian route:list
after adding in Passport::routes() to the AuthServiceProvider.The text was updated successfully, but these errors were encountered: