Fix constructor argument type in Query\Base
This commit is contained in:
parent
cb9ec8234b
commit
d3acbbf79b
@ -56,7 +56,7 @@ abstract class Base
|
|||||||
protected $parts = [];
|
protected $parts = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $args
|
* @param mixed $args
|
||||||
*/
|
*/
|
||||||
public function __construct($args = [])
|
public function __construct($args = [])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user