From df39f1706f7f19096289b9813d6726f49e4d1ff6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 4 May 2016 15:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3php=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/view/driver/Php.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/think/view/driver/Php.php b/library/think/view/driver/Php.php index 36d9acd5..fab8d688 100644 --- a/library/think/view/driver/Php.php +++ b/library/think/view/driver/Php.php @@ -99,8 +99,4 @@ class Php return $path . $template . $this->config['view_suffix']; } - public function __call($method, $params) - { - return call_user_func_array([$this->template, $method], $params); - } }