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 79c8ec3 commit 649aa4cCopy full SHA for 649aa4c
src/Console/InstallCommand.php
@@ -114,7 +114,6 @@ private function boostLogo(): string
114
115
private function discoverEnvironment(): void
116
{
117
-
118
$this->systemInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverSystemInstalledCodeEnvironments();
119
$this->projectInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
120
$this->projectInstalledAgents = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
0 commit comments