mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 10:54:31 +00:00
Модуль журнала
This commit is contained in:
@@ -25,5 +25,4 @@ class SchoolClass extends Model
|
||||
return $this->belongsToMany(Subject::class, 'academic_plans', 'class_id')
|
||||
->withPivot('hours_per_week', 'hours_per_year');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user