mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 02:44:31 +00:00
Правки после слияния
This commit is contained in:
@@ -27,6 +27,7 @@ class SchoolClass extends Model
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function tasks() {
|
||||
return $this->hasMany(Task::class, 'class_id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user