fix(General): change redis_password property to nullable string

This commit is contained in:
Andras Bacsai
2025-04-06 21:13:15 +02:00
parent d383344ab9
commit f31624c6eb

View File

@@ -21,7 +21,7 @@ class General extends Component
public string $redis_username;
public string $redis_password;
public ?string $redis_password;
public string $redis_version;