belongsTo(Tournament::class); } public function user() { return $this->belongsTo(User::class); } protected $with = [ 'user', ]; }