Compare commits
2 Commits
c56b584140
...
4106c8db91
Author | SHA1 | Date | |
---|---|---|---|
|
4106c8db91 | ||
|
d5cca085bc |
@ -237,6 +237,7 @@ class MysqlQueryBuilder extends SqlQueryBuilder
|
|||||||
|
|
||||||
if ($value === 0) {
|
if ($value === 0) {
|
||||||
$this->removeFragment(Query\Limit::class);
|
$this->removeFragment(Query\Limit::class);
|
||||||
|
$this->removeFragment(Query\Offset::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user