Removed references to old result routes; fixed typos in some models
This commit is contained in:
@@ -16,7 +16,7 @@ class Component extends Model {
|
||||
}
|
||||
|
||||
public function results() {
|
||||
return $this->hasMany(Result::class):
|
||||
return $this->hasMany(Result::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user