hasMany(Result::class); } public function tournament() { return $this->belongsTo(Tournament::class); } protected $fillable = [ 'tournament_id', ]; }