diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index 73cc0bf..6ea0d14 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -517,7 +517,7 @@ public function createCa(int $caExpireInDays): void public function removeCa(): void { foreach (['pem', 'key', 'srl'] as $ending) { - $path = $this->caPath('LaravelValetCASelfSigned.' . $ending); + $path = $this->caPath('LaravelValetCASelfSigned.'.$ending); if ($this->files->exists($path)) { $this->files->unlink($path);