diff --git a/src/Flavours/Snowflake/Grammars/Query.php b/src/Flavours/Snowflake/Grammars/Query.php index 9e32d49..e76d9df 100644 --- a/src/Flavours/Snowflake/Grammars/Query.php +++ b/src/Flavours/Snowflake/Grammars/Query.php @@ -137,7 +137,7 @@ public function compileDelete(Builder $query) */ public function compileTruncate(Builder $query) { - return 'trunate table '.$this->wrapTable($query->from); + return ['truncate table '.$this->wrapTable($query->from) => []]; } /**