We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4c45d commit 87bd1abCopy full SHA for 87bd1ab
src/Console/InstallCommand.php
@@ -119,7 +119,7 @@ private function discoverEnvironment(): void
119
{
120
$this->systemInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverSystemInstalledCodeEnvironments();
121
$this->projectInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
122
- $this->projectInstalledAgents = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
+ $this->projectInstalledAgents = $this->discoverProjectAgents();
123
}
124
125
private function query()
0 commit comments