We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 784a02d + 6a127f8 commit 6291d5cCopy full SHA for 6291d5c
src/LagoonCommands.php
@@ -108,7 +108,7 @@ public function aliases() {
108
$response = $this->getLagoonEnvs();
109
// Check if the query returned any data for the requested project.
110
if (empty($response->data->project->environments)) {
111
- $this->logger()->warning("API request didn't return any environments for the given project '$this->project_name'.");
+ $this->logger()->warning("API request didn't return any environments for the given project '$this->projectName'.");
112
return;
113
}
114
0 commit comments