hasMany(Result::class); } public function tournament() { return $this->belongsTo(Tournament::class); } }