Skip to content

Commit

Permalink
config: by default, $limitZeroAsAll = true
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
  • Loading branch information
kenjis and michalsn committed Dec 3, 2023
1 parent 48e0cbd commit 64f251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ class Feature extends BaseConfig
* If true, `limit(0)` returns all records. (the behavior in 4.4 or before)
* If false, `limit(0)` returns no records.
*/
public bool $limitZeroAsAll = false;
public bool $limitZeroAsAll = true;
}

0 comments on commit 64f251d

Please sign in to comment.