• Alex Luneburg's avatar
    Update QueryBuilder get method to run getFresh method · 341f9dd0
    Alex Luneburg authored
    Following the latest update of the laravel framework (5.1.20), the BaseQuery builder that used to just run the getFresh method (overriden by the mongodb child builder) in the get function, now calls the runSelect method that relies on the mysql Grammar object being present that this builder does not need to run.
    
    This update simply removes the parent get() call and directly calls it's own getFresh method, thus return the functionality to what it was before the laravel update.
    341f9dd0
Name
Last commit
Last update
src/Jenssegers Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpunit.xml Loading commit data...