diff options
Diffstat (limited to 'src/Statement.php')
-rw-r--r-- | src/Statement.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Statement.php b/src/Statement.php index f2d72b3..3739310 100644 --- a/src/Statement.php +++ b/src/Statement.php @@ -300,7 +300,8 @@ abstract class Statement * * @return string */ - public function __toString() { + public function __toString() + { return static::build($this); } } |