belongsTo(Test::class); } public function component() { return $this->belongsTo(Component::class); } public function benchmark() { return $this->belongsTo(Benchmark::class); } }