Gitamin\Models\Issue::author PHP Méthode

author() public méthode

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