Trying to fix Postgres issue on Travis

This commit is contained in:
Lonnie Ezell 2017-08-13 23:32:25 -05:00
parent 17d3ce3859
commit fb16a039ad
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -1440,7 +1440,7 @@ class BaseBuilder
$this->QBOrderBy = $orderby;
}
$row = is_bool($result)
$row = (! $result instanceof ResultInterface)
? null
: $result->getRow();