mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Deprecate getLinks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user