Skip to content

Commit d3da2b2

Browse files
committed
Merge branch 'cleanup_application_detector' into cleanup_query_methos
2 parents 668af38 + 87bd1ab commit d3da2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function discoverEnvironment(): void
116116
{
117117
$this->systemInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverSystemInstalledCodeEnvironments();
118118
$this->projectInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
119-
$this->projectInstalledAgents = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
119+
$this->projectInstalledAgents = $this->discoverProjectAgents();
120120
}
121121

122122
private function collectInstallationPreference(): void

0 commit comments

Comments
 (0)