Maurits van der Schee před 5 roky
rodič
revize
93d14f6e5c

+ 1
- 1
src/Tqdev/PhpCrudApi/Record/Condition/NoCondition.php Zobrazit soubor

@@ -13,7 +13,7 @@ class NoCondition extends Condition
13 13
         return $condition;
14 14
     }
15 15
 
16
-    public function not(): Condition
16
+    public function _not(): Condition
17 17
     {
18 18
         return $this;
19 19
     }

Loading…
Zrušit
Uložit