LMongo\Eloquent\Model::setTouchedRelations PHP Method

setTouchedRelations() public method

Set the relationships that are touched on save.
public setTouchedRelations ( array $touches ) : void
$touches array
return void
    public function setTouchedRelations(array $touches)
    {
        $this->touches = $touches;
    }
Model