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
$model->saveRelation() will only save relation attributes. $model->addRelated('relation', $record/$pk) will add record to a MANY_MANY or HAS_MANY relation $model->removeRelated('relation', $record/$pk) will remove a record from a MANY_MANY or HAS_MANY relation
The text was updated successfully, but these errors were encountered:
$model->saveRelation()
will only save relation attributes.$model->addRelated('relation', $record/$pk)
will add record to a MANY_MANY or HAS_MANY relation$model->removeRelated('relation', $record/$pk)
will remove a record from a MANY_MANY or HAS_MANY relationThe text was updated successfully, but these errors were encountered: