Skip to content

Commit f46a25f

Browse files
authored
revert breaking change
1 parent cc01db7 commit f46a25f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,9 @@ function valet_default_site_path($config)
141141
}
142142
if (strtolower($file) === $domain) {
143143
$valetSitePath = $path.'/'.$file;
144-
break;
145144
}
146145
}
147146
closedir($handle);
148-
149-
if ($valetSitePath) {
150-
break;
151-
}
152147
}
153148
}
154149

0 commit comments

Comments
 (0)