Skip to content

Commit 5c65933

Browse files
committed
Statement options must always be an array
1 parent 9406d64 commit 5c65933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SQL/Statement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Statement
3636
protected $limit;
3737
protected $offset;
3838
protected $joins;
39-
protected $mods;
39+
protected $mods = array();
4040
protected $group;
4141

4242
public function hasGroupBy()

0 commit comments

Comments
 (0)