@@ -57,7 +57,7 @@ |
||
57 | 57 | { |
58 | 58 | $operation = parent::toArray(); |
59 | 59 | if (!empty($this->expression)) { |
60 | - $operation[$this->expressionFieldName] = 'SET ' . $operation['UpdateExpression']; |
|
60 | + $operation[$this->expressionFieldName] = 'SET '.$operation['UpdateExpression']; |
|
61 | 61 | } |
62 | 62 | return $operation; |
63 | 63 | } |