mmanos / laravel-metable

A meta package for Laravel 4 models.
MIT License
13 stars 3 forks source link

Added overriding parent query builder first method to use collection to get first result #5

Closed dmyers closed 9 years ago

dmyers commented 9 years ago

This package overrides Eloquent query builder and uses collections and so the parent first method did not support collections and was doing reset on an array.