mirror of
https://github.com/danog/sql.git
synced 2024-11-30 04:29:18 +01:00
minor fix
This commit is contained in:
parent
27d70df99c
commit
093b504f71
@ -21,7 +21,7 @@ class QueryError extends \Error
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
if ($this->query == "") {
|
||||
if ($this->query === "") {
|
||||
return parent::__toString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user