diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index fb4ae3699..c79da1d39 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -902,6 +902,11 @@ function parseEnvVariable(Str|string $value) 'port' => $port, ]; } + +// ================================================================ +// DEPRECATED CODE START - Will be removed in future versions +// ================================================================ + function generateEnvValue(string $command, Service|Application|null $service = null) { switch ($command) {