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