minor fix
This commit is contained in:
parent
27d70df99c
commit
093b504f71
@ -21,7 +21,7 @@ class QueryError extends \Error
|
|||||||
|
|
||||||
public function __toString(): string
|
public function __toString(): string
|
||||||
{
|
{
|
||||||
if ($this->query == "") {
|
if ($this->query === "") {
|
||||||
return parent::__toString();
|
return parent::__toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user