fix(General): change redis_password property to nullable string
This commit is contained in:
@@ -21,7 +21,7 @@ class General extends Component
|
||||
|
||||
public string $redis_username;
|
||||
|
||||
public string $redis_password;
|
||||
public ?string $redis_password;
|
||||
|
||||
public string $redis_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user