Update shared.php

This commit is contained in:
peaklabs-dev 2024-11-04 11:48:49 +01:00
parent 83b3f6fe49
commit 453a5eb2c1
No known key found for this signature in database

View file

@ -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) {