Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
634 stars 200 forks source link

Fix on Builder.php #158

Closed suhaibmalik closed 8 years ago

suhaibmalik commented 8 years ago

Fix for an error where this function is inconsistent with Eloquent counterpart.

heydavid713 commented 8 years ago

Be aware that this breaks compatibility on Laravel 5.2.31 and below

Mulkave commented 8 years ago

Thanks @suhaibmalik for the PR.

@heydavid713 good catch! I'm betting that whoever is going to install 1.3.2 will run composer update which in turn will update Laravel to the latest version.