This commit is contained in:
DubbleClick
2025-07-02 12:57:58 +07:00
parent a5a020eef1
commit cc285ae8d8
2 changed files with 4 additions and 9 deletions

View File

@@ -129,9 +129,4 @@ class UnixShell
}
return $cmd;
}
public function getEnv(): array
{
return $this->env;
}
}