Whose idea was it to make this public...

This commit is contained in:
Dylan K. Taylor 2019-03-24 18:38:26 +00:00
parent 97ccc6e880
commit 1ea5316a37

View File

@ -105,7 +105,8 @@ use const STR_PAD_RIGHT;
* Big collection of functions
*/
class Utils{
public static $os;
/** @var string */
private static $os;
/** @var UUID|null */
private static $serverUniqueId = null;