1
0
Fork 0
mirror of synced 2025-04-04 05:43:36 +03:00

Merge branch 'hotfix/#1350-default-property-value-for-sql-filter'

Close #1350
This commit is contained in:
Marco Pivetta 2015-03-31 22:03:20 +01:00
commit 13ef9fd179

View file

@ -46,7 +46,7 @@ abstract class SQLFilter
*
* @var array
*/
private $parameters;
private $parameters = [];
/**
* Constructs the SQLFilter object.