diff --git a/application/common/model/AuthRule.php b/application/common/model/AuthRule.php index 69994b5e..e1f61482 100644 --- a/application/common/model/AuthRule.php +++ b/application/common/model/AuthRule.php @@ -90,7 +90,7 @@ class AuthRule extends Base{ } protected function Parser($text){ - $doc = new \Doc\Doc(); + $doc = new \doc\Doc(); return $doc->parse($text); } } \ No newline at end of file