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
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
When you specify a different primary in an Eloquent model, the translation fails because it thinks it needs 'id' instead of the already specified primary key.
Is there a way to use the set primary key when it is present? Or just always get the primary key?
Edit:
A quick look in #170 (from @bbredewold) seems so fix this.
The text was updated successfully, but these errors were encountered:
#170 indeed an useful PR. Solves a lot of problems for me. I think @dimsav should merge this PR.
It passes the travis-ci tests and has no conflicts, thereby no harm done.
When you specify a different primary in an Eloquent model, the translation fails because it thinks it needs 'id' instead of the already specified primary key.
Is there a way to use the set primary key when it is present? Or just always get the primary key?
Edit:
A quick look in #170 (from @bbredewold) seems so fix this.
The text was updated successfully, but these errors were encountered: