Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.7 mb_strpos() expects parameter 1 to be string, array given #13

Open
vasymus opened this issue Oct 16, 2018 · 1 comment
Open

Comments

@vasymus
Copy link

vasymus commented Oct 16, 2018

Laravel 5.7
Need to handle Model::getQualifiedKeyName or Model::qualifyColumn

because of
\Illuminate\Database\Concerns\BuildsQueries::chunk

and

\Illuminate\Database\Eloquent\Builder::enforceOrderBy

because Str::contains use mb_strpos which expect $hastack as a string

@vasymus
Copy link
Author

vasymus commented Oct 16, 2018

Possible workaround is set orderBy in a query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant