Stevebauman\Translation\Models\Translation::parent PHP Method

parent() public method

public parent ( )
    public function parent()
    {
        return $this->belongsTo(self::class, $this->getForeignKey());
    }
Translation