mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
fix spacing
This commit is contained in:
@@ -93,7 +93,7 @@ function pruneLinks()
|
||||
*/
|
||||
function resecureForNewDomain($oldDomain, $domain)
|
||||
{
|
||||
if (!$this->files->exists($this->certificatesPath())) {
|
||||
if (! $this->files->exists($this->certificatesPath())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user