Gitamin\Models\Issue::author PHP Method

author() public method

public author ( )
    public function author()
    {
        return $this->belongsTo(User::class, 'author_id');
    }