summaryrefslogtreecommitdiffstats
path: root/src/Utils/Query.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r--src/Utils/Query.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php
index 11a08d0..f741620 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -531,7 +531,7 @@ class Query
if ($onlyType) {
return static::getClause($statement, $list, $old, -1, false) . ' ' .
- $new . ' ' . static::getCLause($statement, $list, $old, 0) . ' ' .
+ $new . ' ' . static::getClause($statement, $list, $old, 0) . ' ' .
static::getClause($statement, $list, $old, 1, false);
}