Skip to content

Commit 46abe2f

Browse files
committed
改进Raw类
1 parent cd82ce5 commit 46abe2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/db/Raw.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ public function getBind(): array
5151
{
5252
return $this->bind;
5353
}
54+
55+
public function __toString()
56+
{
57+
return $this->value;
58+
}
5459
}

0 commit comments

Comments
 (0)