Skip to content

Commit 59b19a2

Browse files
committed
Clean up syntax from #1461
1 parent 3ecfb36 commit 59b19a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/Valet/Site.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ public function secured(): array
442442
public function securedWithDates(): array
443443
{
444444
return collect($this->secured())->map(function ($site) {
445-
446445
$filePath = $this->certificatesPath().'/'.$site.'.crt';
447446

448447
$expiration = $this->cli->run("openssl x509 -enddate -noout -in $filePath");

0 commit comments

Comments
 (0)