doc类引入bug,大小写问题
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user