summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Components/Condition.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Condition.php b/src/Components/Condition.php
index f820c93..f3179ea 100644
--- a/src/Components/Condition.php
+++ b/src/Components/Condition.php
@@ -43,6 +43,7 @@ class Condition extends Component
'EXISTS' => 1,
'IF' => 1,
'IN' => 1,
+ 'INTERVAL' => 1,
'IS' => 1,
'LIKE' => 1,
'MATCH' => 1,