Closed florentsorel closed 8 years ago
Hi,
I have some issue with Laravel 5.1.
When I call the facade Search::search() for example, I have an error:
Call to undefined method Mmanos\Search\Search::methodName
It's me or your package is not compatible with Laravel 5.1 ?
With IoC I have no error but the result is an empty array.
Thx
@Rtransat Im using this on 5.1 (LTS) right now and it's solid. @mmanos
Not sure if reproducible @Rtransat.
Hi,
I have some issue with Laravel 5.1.
When I call the facade Search::search() for example, I have an error:
Call to undefined method Mmanos\Search\Search::methodName
It's me or your package is not compatible with Laravel 5.1 ?
With IoC I have no error but the result is an empty array.
Thx