diff --git a/src/Exceptions/OAuthReconnectRequiredException.php b/src/Exceptions/OAuthReconnectRequiredException.php index fabe605c..97abb19f 100644 --- a/src/Exceptions/OAuthReconnectRequiredException.php +++ b/src/Exceptions/OAuthReconnectRequiredException.php @@ -27,7 +27,7 @@ use Throwable; class OAuthReconnectRequiredException extends \RuntimeException { - private string $providerName; + private string $providerName = "unknown"; public function __construct(string $message = "You need to reconnect the OAuth connection for this provider!", int $code = 0, ?Throwable $previous = null) {