aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Course.class.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-03 08:45:03 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2023-03-03 08:45:03 +0000
commit850fe60f3fdbe67dc1484f9f3fb4a7a79836c274 (patch)
treedfc0e627defafce117bf2afc78043241a3795380 /lib/models/Course.class.php
parentaad7efd89068954d5ac0cb776c908d19d3ac10fb (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.php1
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