How can I remove existing manytomany relational links from an object?
$robot->parts = $robot->getParts();
I would like to remove relations between some of the parts, how can I achieve this?
Kr, Scripton
How can I remove existing manytomany relational links from an object?
$robot->parts = $robot->getParts();
I would like to remove relations between some of the parts, how can I achieve this?
Kr, Scripton