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 d6f8fce commit f72986cCopy full SHA for f72986c
src/Http/Controllers/BexioOAuthController.php
@@ -69,7 +69,7 @@ public function callback(Request $request): RedirectResponse
69
$connector->authenticate($authenticator);
70
71
$validationResult = App::make(BexioOAuthAuthenticationValidateResolver::class)
72
- ->resolve(connector: $connector); // @phpstan-ignore-line
+ ->resolve(connector: $connector);
73
74
if (! $validationResult->isValid) {
75
// If the resolver provided a custom redirect, use it
0 commit comments