Unverified Commit bc78c757 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1583 from bTokman/master

Fix issue using query builder first() method (in case with usage outside the Laravel)
parents 96e15314 8f9f4c65
......@@ -152,6 +152,8 @@ class Builder extends BaseBuilder
$version = filter_var(explode(')', $version)[0], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION); // lumen
return version_compare($version, '5.3', '>=');
}
return true;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment