Skip to content

Commit ac4d6ba

Browse files
committed
Update DeveloperLoginsController.php
1 parent 7caed05 commit ac4d6ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Http/Controllers/DeveloperLoginsController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public function loginAs(LoginAsRequest $request): RedirectResponse
2828

2929
$credentials = $request->validated('credentials');
3030
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.');
31+
throw new ImplementationException('The user is not found in the defined users, please check the configuration of the plugin.');
3332
}
3433

3534
$model = (new ($this->plugin->getModelClass()))

0 commit comments

Comments
 (0)