diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index 29814bbe..bc8bdc55 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -503,7 +503,7 @@ public function secure(string $url, ?string $siteConf = null, int $certificateEx /** * Renews all domains with a trusted TLS certificate. */ - public function renew($expireIn): void + public function renew($expireIn = 368): void { collect($this->securedWithDates())->each(function ($row) use ($expireIn) { $url = $this->domain($row['site']);