nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Fixed eloquent builder "lists()" call #25

Closed HommeSauvage closed 8 years ago

HommeSauvage commented 8 years ago

When dealing with a model that has a "lists" method, that method will be called instead of Eloquent Builder's lists method

nqxcode commented 8 years ago

Ok. Please, fix tests.