We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd82ce5 commit 46abe2fCopy full SHA for 46abe2f
1 file changed
src/db/Raw.php
@@ -51,4 +51,9 @@ public function getBind(): array
51
{
52
return $this->bind;
53
}
54
+
55
+ public function __toString()
56
+ {
57
+ return $this->value;
58
+ }
59
0 commit comments