remove instance

This commit is contained in:
Jaeger 2018-12-07 00:35:58 +08:00
parent 1c2e3f4adf
commit 6d182ff061

View File

@ -65,7 +65,7 @@ class QueryList
public static function __callStatic($name, $arguments)
{
$instance = self::getInstance();
$instance = new self();
return $instance->$name(...$arguments);
}