app\Document::author PHP 메소드

author() 공개 메소드

public author ( )
    public function author()
    {
        return $this->belongsTo('App\\User', 'user_id');
    }
Document