Update Heading.php

This commit is contained in:
peaklabs-dev
2024-11-22 15:53:11 +01:00
parent 9630efce67
commit 5a8bff5e96

View File

@@ -90,7 +90,7 @@ class Heading extends Component
'project_uuid' => $this->parameters['project_uuid'], 'project_uuid' => $this->parameters['project_uuid'],
'application_uuid' => $this->parameters['application_uuid'], 'application_uuid' => $this->parameters['application_uuid'],
'deployment_uuid' => $this->deploymentUuid, 'deployment_uuid' => $this->deploymentUuid,
'environment_name' => $this->parameters['environment_name'], 'environment_uuid' => $this->parameters['environment_uuid'],
]); ]);
} }
@@ -132,7 +132,7 @@ class Heading extends Component
'project_uuid' => $this->parameters['project_uuid'], 'project_uuid' => $this->parameters['project_uuid'],
'application_uuid' => $this->parameters['application_uuid'], 'application_uuid' => $this->parameters['application_uuid'],
'deployment_uuid' => $this->deploymentUuid, 'deployment_uuid' => $this->deploymentUuid,
'environment_name' => $this->parameters['environment_name'], 'environment_uuid' => $this->parameters['environment_uuid'],
]); ]);
} }