From fbea1aaa9479624de92a1ebf143350d7165d819d Mon Sep 17 00:00:00 2001 From: Jaeger <hj.q@qq.com> Date: Wed, 6 Jan 2016 15:56:03 +0800 Subject: [PATCH] update --- QueryList.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QueryList.php b/QueryList.php index a9b623a..a71147e 100644 --- a/QueryList.php +++ b/QueryList.php @@ -12,7 +12,7 @@ use phpQuery,Exception,ReflectionClass; * @author Jaeger * @email 734708094@qq.com * @link http://git.oschina.net/jae/QueryList - * @version 3.1.1 + * @version 3.1.2 * * @example * @@ -104,7 +104,7 @@ class QueryList public static function getInstance() { $args = func_get_args(); - count($args) || $args = array(self::class); + count($args) || $args = array('QL\QueryList'); $key = md5(serialize($args)); $className = array_shift($args); if(!class_exists($className)) { @@ -420,4 +420,4 @@ class Autoload spl_autoload_register(array('Autoload','load')); -*/ \ No newline at end of file +*/