修正php模板驱动

This commit is contained in:
thinkphp
2016-05-04 15:56:45 +08:00
parent aaec3f8115
commit df39f1706f

View File

@@ -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);
}
}