Illuminate\Database\Eloquent\Model::getTouchedRelations PHP Method

getTouchedRelations() public method

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