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.
2 parents 668af38 + 87bd1ab commit d3da2b2Copy full SHA for d3da2b2
src/Console/InstallCommand.php
@@ -116,7 +116,7 @@ private function discoverEnvironment(): void
116
{
117
$this->systemInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverSystemInstalledCodeEnvironments();
118
$this->projectInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
119
- $this->projectInstalledAgents = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
+ $this->projectInstalledAgents = $this->discoverProjectAgents();
120
}
121
122
private function collectInstallationPreference(): void
0 commit comments