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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user