We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e900ecc commit ce350fcCopy full SHA for ce350fc
app/Config/Feature.php
@@ -20,10 +20,10 @@ class Feature extends BaseConfig
20
public bool $oldFilterOrder = false;
21
22
/**
23
- * Keep the behavior of `limit(0)` in Query Builder in 4.4 or before.
+ * The behavior of `limit(0)` in Query Builder.
24
*
25
- * If true, `limit(0)` returns all records. (the behavior in 4.4 or before)
26
- * If false, `limit(0)` returns no records.
+ * If true, `limit(0)` returns all records. (the behavior of 4.4.x or before in version 4.x.)
+ * If false, `limit(0)` returns no records. (the behavior of 3.1.9 or later in version 3.x.)
27
*/
28
public bool $limitZeroAsAll = true;
29
}
0 commit comments