We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecfb36 commit 59b19a2Copy full SHA for 59b19a2
cli/Valet/Site.php
@@ -442,7 +442,6 @@ public function secured(): array
442
public function securedWithDates(): array
443
{
444
return collect($this->secured())->map(function ($site) {
445
-
446
$filePath = $this->certificatesPath().'/'.$site.'.crt';
447
448
$expiration = $this->cli->run("openssl x509 -enddate -noout -in $filePath");
0 commit comments