doc类引入bug,大小写问题

This commit is contained in:
2018-05-08 17:03:25 +08:00
parent 06cc7e4d81
commit b1b7b00362

View File

@@ -90,7 +90,7 @@ class AuthRule extends Base{
} }
protected function Parser($text){ protected function Parser($text){
$doc = new \Doc\Doc(); $doc = new \doc\Doc();
return $doc->parse($text); return $doc->parse($text);
} }
} }