remove instance
This commit is contained in:
parent
1c2e3f4adf
commit
6d182ff061
@ -65,7 +65,7 @@ class QueryList
|
||||
|
||||
public static function __callStatic($name, $arguments)
|
||||
{
|
||||
$instance = self::getInstance();
|
||||
$instance = new self();
|
||||
return $instance->$name(...$arguments);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user