fix: connect compose apps to the right predefined network
This commit is contained in:
@@ -151,7 +151,6 @@ class EnvironmentVariable extends Model
|
||||
|
||||
private function get_real_environment_variables(?string $environment_variable = null, $resource = null)
|
||||
{
|
||||
ray($environment_variable, $resource);
|
||||
if ((is_null($environment_variable) && $environment_variable == '') || is_null($resource)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user