app\Document::author PHP Method

author() public method

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