Skip to content

Commit 6039d95

Browse files
committed
Update framework.php
1 parent dae0ccf commit 6039d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function autoload($classname)
4343
class Routes
4444
{
4545
//PathInfo 路由规则
46-
static public function path_info()
46+
static public function PathInfo()
4747
{
4848
$_GET['m'] = empty($_GET['m']) ? 'index' : $_GET['m'];
4949
$_GET['c'] = empty($_GET['c']) ? 'index' : $_GET['c'];

0 commit comments

Comments
 (0)