Skip to content

Commit

Permalink
Clean up syntax from #1461
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Dec 21, 2023
1 parent 3ecfb36 commit 59b19a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/Valet/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ public function secured(): array
public function securedWithDates(): array
{
return collect($this->secured())->map(function ($site) {

$filePath = $this->certificatesPath().'/'.$site.'.crt';

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

0 comments on commit 59b19a2

Please sign in to comment.