This commit is contained in:
DubbleClick
2025-06-06 13:57:45 +07:00
parent 621e396373
commit 4582e1f508
2 changed files with 3 additions and 2 deletions

View File

@@ -9,9 +9,10 @@ use SPC\exception\RuntimeException;
class SystemUtil
{
static ?string $libc_version = null;
use UnixSystemUtilTrait;
public static ?string $libc_version = null;
/** @noinspection PhpMissingBreakStatementInspection */
public static function getOSRelease(): array
{