We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a fresh install of nova-impersonate I am receiving the following error:
Lab404 \ Impersonate \ Exceptions \ MissingUserProvider Missing user provider for guard null
This appears to be taking place in nova-impersonate\src\Http\Controllers\ImpersonateController.php in the take method. Line 32.
$user_to_impersonate = $this->manager->findUserById($id, $guardName);
This then throws a MissingUserProvider from the ImpersonateManager
if (empty($providerName)) { throw new MissingUserProvider($guardName); }
Is there something I am missing in the documentation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using a fresh install of nova-impersonate I am receiving the following error:
This appears to be taking place in nova-impersonate\src\Http\Controllers\ImpersonateController.php in the take method. Line 32.
This then throws a MissingUserProvider from the ImpersonateManager
Is there something I am missing in the documentation?
The text was updated successfully, but these errors were encountered: