We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caed05 commit ac4d6baCopy full SHA for ac4d6ba
src/Http/Controllers/DeveloperLoginsController.php
@@ -28,8 +28,7 @@ public function loginAs(LoginAsRequest $request): RedirectResponse
28
29
$credentials = $request->validated('credentials');
30
if (! in_array($credentials, $this->plugin->getUsers())) {
31
-
32
- throw new ImplementationException('The user is not found in the defined users, please check the configuration of the plugin.');
+ throw new ImplementationException('The user is not found in the defined users, please check the configuration of the plugin.');
33
}
34
35
$model = (new ($this->plugin->getModelClass()))
0 commit comments