Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit 58f43a4

Browse files
authored
Update Instruction.php
1 parent 8c5d458 commit 58f43a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/QueryBuilder/Instruction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected function buildRAW(&$value, &$quote)
147147
$this->push($value->attributes());
148148
$quote = false;
149149

150-
$value = '(' . (string)$value . ')';
150+
$value = (string)$value;
151151
}
152152

153153
}
@@ -168,4 +168,4 @@ public function attributes()
168168
return $this->attributes;
169169
}
170170

171-
}
171+
}

0 commit comments

Comments
 (0)