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 8f294c4 commit 93d14f6Copy full SHA for 93d14f6
src/Tqdev/PhpCrudApi/Record/Condition/NoCondition.php
@@ -13,7 +13,7 @@ public function _or(Condition $condition): Condition
13
return $condition;
14
}
15
16
- public function not(): Condition
+ public function _not(): Condition
17
{
18
return $this;
19
0 commit comments