ekvedaras / laravel-query-intellij

💿 Laravel Query Builder integration for PhpStorm
MIT License
46 stars 4 forks source link

Unknown column warning on operator #35

Closed ordago closed 3 years ago

ordago commented 3 years ago

image

It seems it has trouble identifying the operator when using the where with the array syntax.

image

It shows no warning when using where the usual way.

ekvedaras commented 3 years ago

I'm working on a bit larger code update regarding indexes. I will address this during or after that if it's not fixed by someone else by then :)