We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcaba6b + 001f0cb commit 2ba189fCopy full SHA for 2ba189f
src/Http/Controllers/AuthorisationController.php
@@ -44,7 +44,7 @@ public function store(OAuth2Validation $request, Connection $connection, $integr
44
throw new AlreadyAuthenticatedException($integration);
45
}
46
47
- // If not then to prcess the token and save the access token
+ // If not then to process the token and save the access token
48
$config = config($integration);
49
if ($config == []) {
50
throw new ConfigDoesntExistException($integration);
0 commit comments