Skip to content

Commit f72986c

Browse files
committed
WIP
1 parent d6f8fce commit f72986c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/BexioOAuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function callback(Request $request): RedirectResponse
6969
$connector->authenticate($authenticator);
7070

7171
$validationResult = App::make(BexioOAuthAuthenticationValidateResolver::class)
72-
->resolve(connector: $connector); // @phpstan-ignore-line
72+
->resolve(connector: $connector);
7373

7474
if (! $validationResult->isValid) {
7575
// If the resolver provided a custom redirect, use it

0 commit comments

Comments
 (0)