Compare commits
2 Commits
a82fdce64b
...
c40baaad3f
| Author | SHA1 | Date | |
|---|---|---|---|
| c40baaad3f | |||
| ac019aac3f |
@ -86,7 +86,7 @@ class Model {
|
||||
];
|
||||
$this->conditions []= $cond;
|
||||
}
|
||||
return $this->conditions;
|
||||
return $this;
|
||||
}
|
||||
protected $grouping;
|
||||
public function group($groups): Model {
|
||||
|
||||
Reference in New Issue
Block a user