mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正一处函数名拼写错误
修正一处函数名拼写错误
This commit is contained in:
@@ -199,7 +199,7 @@ class Route
|
|||||||
if (is_array($val)) {
|
if (is_array($val)) {
|
||||||
$route = $val[0];
|
$route = $val[0];
|
||||||
$option1 = array_merge($option, $val[1]);
|
$option1 = array_merge($option, $val[1]);
|
||||||
$pattern1 = array_merege($pattern, isset($val[2]) ? $val[2] : []);
|
$pattern1 = array_merge($pattern, isset($val[2]) ? $val[2] : []);
|
||||||
} else {
|
} else {
|
||||||
$route = $val;
|
$route = $val;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user