Reworked how test results get submitted

This commit is contained in:
Gregory Ballantine
2024-06-03 10:36:18 -04:00
parent de8e523c2c
commit 05b1374d1d
8 changed files with 56 additions and 123 deletions
+5 -1
View File
@@ -15,4 +15,8 @@ class Component extends Model {
return $this->hasMany(Test::class);
}
}
public function results() {
return $this->hasMany(Result::class):
}
}