mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +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());
|
$site = basename(getcwd());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $phpVersion) {
|
|
||||||
$phpVersion = Site::phpRcVersion($site);
|
|
||||||
info("Found '{$site}' specifying version: {$phpVersion}");
|
|
||||||
}
|
|
||||||
|
|
||||||
PhpFpm::isolateDirectory($site, $phpVersion);
|
PhpFpm::isolateDirectory($site, $phpVersion);
|
||||||
})->descriptions('Change the version of PHP used by Valet to serve the current working directory', [
|
})->descriptions('Change the version of PHP used by Valet to serve the current working directory', [
|
||||||
|
|||||||
Reference in New Issue
Block a user