fix(General): change redis_password property to nullable string
This commit is contained in:
parent
d383344ab9
commit
f31624c6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class General extends Component
|
|||
|
||||
public string $redis_username;
|
||||
|
||||
public string $redis_password;
|
||||
public ?string $redis_password;
|
||||
|
||||
public string $redis_version;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue