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

StyleCI Patch

This commit is contained in:
NasirNobin
2022-03-30 11:13:21 +06:00
parent 6bc502446d
commit 804a924c53

View File

@@ -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',