Utils: fixed missing property initializer

This commit is contained in:
Dylan K. Taylor 2022-04-28 14:52:21 +01:00
parent ed2a239334
commit 6d7bf1c5d8
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -105,7 +105,7 @@ final class Utils{
public const OS_BSD = "bsd";
public const OS_UNKNOWN = "other";
private static ?string $os;
private static ?string $os = null;
private static ?UuidInterface $serverUniqueId = null;
/**