Merge branch 'develop'

This commit is contained in:
2020-07-24 11:47:39 -04:00

View File

@ -86,7 +86,7 @@ class Model {
]; ];
$this->conditions []= $cond; $this->conditions []= $cond;
} }
return $this->conditions; return $this;
} }
protected $grouping; protected $grouping;
public function group($groups): Model { public function group($groups): Model {