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

Mismatch with eloquent #40

Open
tschallacka opened this issue Mar 8, 2018 · 0 comments
Open

Mismatch with eloquent #40

tschallacka opened this issue Mar 8, 2018 · 0 comments

Comments

@tschallacka
Copy link

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.

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