From b1b7b0036284c129408f31a0413c2f91c05f8331 Mon Sep 17 00:00:00 2001 From: molong Date: Tue, 8 May 2018 17:03:25 +0800 Subject: [PATCH] =?UTF-8?q?doc=E7=B1=BB=E5=BC=95=E5=85=A5bug=EF=BC=8C?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/AuthRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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