Skip to content

Commit db7bab3

Browse files
authored
Use fully qualified class name for InvalidStateException
1 parent 847b97f commit db7bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/Socialite/GenericSocialiteProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function user()
109109
}
110110

111111
if ($this->hasInvalidState()) {
112-
throw new InvalidStateException;
112+
throw new \Laravel\Socialite\Two\InvalidStateException;;
113113
}
114114

115115
$response = $this->getAccessTokenResponse($this->getCode());

0 commit comments

Comments
 (0)