1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Update cli/valet.php

This commit is contained in:
Nasir Uddin Nobin
2022-03-30 11:11:43 +06:00
committed by GitHub
parent 390f87eaa8
commit 6bc502446d

View File

@@ -534,10 +534,6 @@
$site = basename(getcwd());
}
if (! $phpVersion) {
$phpVersion = Site::phpRcVersion($site);
info("Found '{$site}' specifying version: {$phpVersion}");
}
PhpFpm::isolateDirectory($site, $phpVersion);
})->descriptions('Change the version of PHP used by Valet to serve the current working directory', [