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:
committed by
GitHub
parent
390f87eaa8
commit
6bc502446d
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user