diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-03 08:45:03 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-03-03 08:45:03 +0000 |
| commit | 850fe60f3fdbe67dc1484f9f3fb4a7a79836c274 (patch) | |
| tree | dfc0e627defafce117bf2afc78043241a3795380 /lib/models/Course.class.php | |
| parent | aad7efd89068954d5ac0cb776c908d19d3ac10fb (diff) | |
prevent php8 warnings, fixes #2250
Closes #2250
Merge request studip/studip!1484
Diffstat (limited to 'lib/models/Course.class.php')
| -rw-r--r-- | lib/models/Course.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/models/Course.class.php b/lib/models/Course.class.php index d0bc63d..5df3e3e 100644 --- a/lib/models/Course.class.php +++ b/lib/models/Course.class.php @@ -60,6 +60,7 @@ * @property SimpleORMapCollection admission_applicants has_many AdmissionApplication * @property SimpleORMapCollection datafields has_many DatafieldEntryModel * @property SimpleORMapCollection cycles has_many SeminarCycleDate + * @property Semester[]|SimpleORMapCollection $semesters belongs_to Semester * @property Semester start_semester belongs_to Semester * @property Semester end_semester belongs_to Semester * @property Institute home_institut belongs_to Institute |
