1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Clean up syntax from #1461

This commit is contained in:
Matt Stauffer
2023-12-20 22:46:05 -05:00
parent 3ecfb36331
commit 59b19a20aa

View File

@@ -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");