Skip to content

Commit a997553

Browse files
ddevsrkenjis
andauthored
Update system/Router/RouteCollection.php
Co-authored-by: kenjis <[email protected]>
1 parent 94e1214 commit a997553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Router/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ private function checkHostname($hostname): bool
15711571
return false;
15721572
}
15731573

1574-
// Has multiple hostname
1574+
// Has multiple hostnames
15751575
if (is_array($hostname)) {
15761576
$hostnameLower = array_map('strtolower', $hostname);
15771577

0 commit comments

Comments
 (0)