Skip to content

Commit 93d14f6

Browse files
committed
bugfix
1 parent 8f294c4 commit 93d14f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tqdev/PhpCrudApi/Record/Condition/NoCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function _or(Condition $condition): Condition
1313
return $condition;
1414
}
1515

16-
public function not(): Condition
16+
public function _not(): Condition
1717
{
1818
return $this;
1919
}

0 commit comments

Comments
 (0)