Reworked how test results get submitted
This commit is contained in:
@ -17,4 +17,12 @@ class Result extends Model {
|
||||
return $this->belongsTo(Test::class);
|
||||
}
|
||||
|
||||
}
|
||||
public function component() {
|
||||
return $this->belongsTo(Component::class):
|
||||
}
|
||||
|
||||
public function benchmark() {
|
||||
return $this->belongsTo(Benchmark::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user