aboutsummaryrefslogtreecommitdiff
path: root/lib/models/resources/Location.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
commit7f55c8897fbd87e3baff7202589d2d59c17e7f07 (patch)
tree7a2328217af30ceb570967c211c2c60ed0bab32a /lib/models/resources/Location.php
parentae8c8b8c7cf4f8d49a9a3b1b408e5700f4e2b357 (diff)
execute sorm:describe for 6.0, re #3804
Merge request studip/studip!4044
Diffstat (limited to 'lib/models/resources/Location.php')
-rw-r--r--lib/models/resources/Location.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/models/resources/Location.php b/lib/models/resources/Location.php
index 788b4b3..9078b71 100644
--- a/lib/models/resources/Location.php
+++ b/lib/models/resources/Location.php
@@ -23,14 +23,15 @@
* @property I18NString|null $description database column
* @property int $requestable database column
* @property int $lockable database column
+ * @property int $booking_plan_request database column
* @property int $mkdate database column
* @property int $chdate database column
* @property int $sort_position database column
- * @property SimpleORMapCollection|ResourceProperty[] $properties has_many ResourceProperty
- * @property SimpleORMapCollection|ResourcePermission[] $permissions has_many ResourcePermission
- * @property SimpleORMapCollection|ResourceRequest[] $requests has_many ResourceRequest
- * @property SimpleORMapCollection|ResourceBooking[] $bookings has_many ResourceBooking
- * @property SimpleORMapCollection|Resource[] $children has_many Resource
+ * @property SimpleORMapCollection<ResourceProperty> $properties has_many ResourceProperty
+ * @property SimpleORMapCollection<ResourcePermission> $permissions has_many ResourcePermission
+ * @property SimpleORMapCollection<ResourceRequest> $requests has_many ResourceRequest
+ * @property SimpleORMapCollection<ResourceBooking> $bookings has_many ResourceBooking
+ * @property SimpleORMapCollection<Resource> $children has_many Resource
* @property ResourceCategory $category belongs_to ResourceCategory
* @property Resource $parent belongs_to Resource
* @property mixed $geo_coordinates additional field