diff --git a/app/Config/Feature.php b/app/Config/Feature.php index 8c1b2715c8b1..93d7536fc758 100644 --- a/app/Config/Feature.php +++ b/app/Config/Feature.php @@ -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; }