minor fix

This commit is contained in:
prolic 2018-06-30 01:24:57 +08:00
parent 27d70df99c
commit 093b504f71
No known key found for this signature in database
GPG Key ID: 29722F9F48E9DE59
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class QueryError extends \Error
public function __toString(): string
{
if ($this->query == "") {
if ($this->query === "") {
return parent::__toString();
}