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…
x
Reference in New Issue
Block a user