Commit b6139331 authored by Jens Segers's avatar Jens Segers

Merge pull request #619 from loonytoons/compileSelectError

Update QueryBuilder get method to run getFresh method
parents cd542dcd 341f9dd0
...@@ -147,7 +147,7 @@ class Builder extends BaseBuilder { ...@@ -147,7 +147,7 @@ class Builder extends BaseBuilder {
*/ */
public function get($columns = []) public function get($columns = [])
{ {
return parent::get($columns); return $this->getFresh($columns);
} }
/** /**
......
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