We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3345b84 commit 18d2adcCopy full SHA for 18d2adc
server.php
@@ -125,10 +125,10 @@ function valet_default_site_path($config)
125
* Determine the fully qualified path to the site.
126
* Inspects registered path directories, case-sensitive.
127
*/
128
-function get_valet_site_path($valtetConfig, $domain, $siteName)
+function get_valet_site_path($valetConfig, $siteName, $domain)
129
{
130
$valetSitePath = null;
131
- foreach ($valtetConfig['paths'] as $path) {
+ foreach ($valetConfig['paths'] as $path) {
132
if ($handle = opendir($path)) {
133
while (false !== ($file = readdir($handle))) {
134
if (! is_dir($path.'/'.$file)) continue;
0 commit comments