mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
Fixed bug where it was not properly referencing config
This commit is contained in:
@@ -140,7 +140,7 @@ class Client
|
||||
|
||||
public function getKeyLength(): int
|
||||
{
|
||||
return $config['key_length'] ?? 4096;
|
||||
return $this->config['key_length'] ?? 4096;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user