1
0
mirror of synced 2024-12-05 03:06:05 +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.