Merge branch 'hotfix/#1350-default-property-value-for-sql-filter'
Close #1350
This commit is contained in:
commit
13ef9fd179
@ -46,7 +46,7 @@ abstract class SQLFilter
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $parameters;
|
||||
private $parameters = [];
|
||||
|
||||
/**
|
||||
* Constructs the SQLFilter object.
|
||||
|
Loading…
Reference in New Issue
Block a user