1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Deprecate getLinks

This commit is contained in:
James Barnard
2019-10-02 15:53:15 +01:00
parent 9d4126856d
commit 921776ff11

View File

@@ -109,7 +109,7 @@ function links()
$certs = $this->getCertificates($certsPath);
return $this->getLinks($this->sitesPath(), $certs);
return $this->getSites($this->sitesPath(), $certs);
}
/**
@@ -155,8 +155,7 @@ function getCertificates($path)
}
/**
* Get list of links and present them formatted.
* Use generic getSites which works for link and non link sites
* @deprecated Use getSites instead which works for both normal and symlinked paths.
*
* @param string $path
* @param \Illuminate\Support\Collection $certs