-
Notifications
You must be signed in to change notification settings - Fork 22
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
$resource->pivot->save() not working #11
Comments
David, Apologies for the confusion--the sync will actually not be processed in this case (if you see an HTTP request please advise otherwise), however the model checks are run regardless in the __call overloaded method... As for the error, it is expected that your model will inherit from Eloquent or otherwise include a If none of these defaults meet your use case (perhaps since you seem to be using pivot tables), could you provide more context for what you're trying to achieve? |
I think the issue is the call of I used
In that case I don't call |
In my case I'm calling this:
resulting in this error:
I'm not sure how to handle this error.
Also there seems to be another issue:
$member
is of model-typeUser
where$firebase = false;
and alsosync => false
in the settings. Nevertheless there is the attempt to sync the model...Please tell if you need more info. Regards,
David
The text was updated successfully, but these errors were encountered: