diff --git a/src/Client.php b/src/Client.php index 0942c62..00d81d4 100644 --- a/src/Client.php +++ b/src/Client.php @@ -140,7 +140,7 @@ class Client public function getKeyLength(): int { - return $config['key_length'] ?? 4096; + return $this->config['key_length'] ?? 4096; } /**