We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d41268 commit 921776fCopy full SHA for 921776f
cli/Valet/Site.php
@@ -109,7 +109,7 @@ function links()
109
110
$certs = $this->getCertificates($certsPath);
111
112
- return $this->getLinks($this->sitesPath(), $certs);
+ return $this->getSites($this->sitesPath(), $certs);
113
}
114
115
/**
@@ -155,8 +155,7 @@ function getCertificates($path)
155
156
157
158
- * Get list of links and present them formatted.
159
- * Use generic getSites which works for link and non link sites
+ * @deprecated Use getSites instead which works for both normal and symlinked paths.
160
*
161
* @param string $path
162
* @param \Illuminate\Support\Collection $certs
0 commit comments