Hi all,

I am using a

$this->hasManyToMany relationship between two models. (eg Robots -> RobotsParts -> Parts)

How can I access the intermeditary object's properties/methods? eg RobotsParts->setQuantity(2).

Thanks,