Fixed some things with the test add functions
This commit is contained in:
@ -16,7 +16,7 @@ class Test extends Model {
|
||||
return $this->hasMany(Result::class);
|
||||
}
|
||||
|
||||
public function benchmark() {
|
||||
public function benchmarks() {
|
||||
return $this->belongsToMany(Benchmark::class);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user