1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Taylor Otwell
2016-09-21 09:12:23 -05:00
parent 1fbff12915
commit 04d7816bd2

View File

@@ -79,6 +79,7 @@ function installCaddyDirectory()
function rewriteSecureCaddyFiles()
{
$domain = $this->configuration->read()['domain'];
$this->site->resecureForNewDomain($domain, $domain);
}