app\Blog::owner PHP Method

owner() public method

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