diff --git a/src/db/Raw.php b/src/db/Raw.php index 833fbf08..b956ff69 100644 --- a/src/db/Raw.php +++ b/src/db/Raw.php @@ -64,8 +64,4 @@ public function getBind(): array return $this->bind; } - public function __toString() - { - return (string) $this->value; - } }