From 453a5eb2c16095309ac795a09f9aeece4355abdf Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:48:49 +0100 Subject: [PATCH] Update shared.php --- bootstrap/helpers/shared.php | 5 +++++ 1 file changed, 5 insertions(+) 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) {