diff --git a/cli/valet.php b/cli/valet.php index 246ef3a..ffc0e78 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -534,7 +534,6 @@ $site = basename(getcwd()); } - PhpFpm::isolateDirectory($site, $phpVersion); })->descriptions('Change the version of PHP used by Valet to serve the current working directory', [ 'phpVersion' => 'The PHP version you want to use; e.g php@8.1',