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 2e3ff05 commit 600686cCopy full SHA for 600686c
src/Exceptions/OAuthReconnectRequiredException.php
@@ -27,7 +27,7 @@
27
28
class OAuthReconnectRequiredException extends \RuntimeException
29
{
30
- private string $providerName;
+ private string $providerName = "unknown";
31
32
public function __construct(string $message = "You need to reconnect the OAuth connection for this provider!", int $code = 0, ?Throwable $previous = null)
33
0 commit comments