mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Make sure Sites dir is linked
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
namespace Valet;
|
||||
|
||||
use DomainException;
|
||||
|
||||
class Site
|
||||
{
|
||||
var $config, $cli, $files;
|
||||
@@ -71,7 +69,7 @@ function links() {
|
||||
|
||||
$certs = $this->getCertificates($certsPath);
|
||||
|
||||
return $this->getLinks(VALET_HOME_PATH.'/Sites', $certs);
|
||||
return $this->getLinks($this->sitesPath(), $certs);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user