You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of eloquent and models you're using return a QueryBuilder instance in the form of
[0 => QueryBuilder]
This causes all your replace bindings scripts to fail.
I tried to fix with some code that tested for query builder and then get the bindings from that, but then questionmarks started to appear in queries and stuff just bogged down.
I'd love to use your plugin, but with the current state it doesn't works if you do a fresh composer install.
The text was updated successfully, but these errors were encountered:
The version of eloquent and models you're using return a QueryBuilder instance in the form of
This causes all your replace bindings scripts to fail.
I tried to fix with some code that tested for query builder and then get the bindings from that, but then questionmarks started to appear in queries and stuff just bogged down.
I'd love to use your plugin, but with the current state it doesn't works if you do a fresh composer install.
The text was updated successfully, but these errors were encountered: