1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

fix spacing

This commit is contained in:
Taylor Otwell
2016-09-21 09:12:09 -05:00
parent 8e0030941f
commit 1fbff12915

View File

@@ -93,7 +93,7 @@ function pruneLinks()
*/ */
function resecureForNewDomain($oldDomain, $domain) function resecureForNewDomain($oldDomain, $domain)
{ {
if (!$this->files->exists($this->certificatesPath())) { if (! $this->files->exists($this->certificatesPath())) {
return; return;
} }