Stevebauman\Translation\Models\Translation::parent PHP Метод

parent() публичный Метод

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