Skip to content
Snippets Groups Projects
Commit a489ba55 authored by David Siegfried's avatar David Siegfried
Browse files

cleanup docblock, closes #3839

Closes #3839

Merge request studip/studip!2708
parent da2db09e
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,9 @@
* @property array $id alias for pk
* @property string $owner_id database column
* @property string $user_id database column
* @property int|null $mkdate database column
* @property string $calendar_permissions database column
* An enum with the possible values "", "READ" and "WRITE".
* The empty string specifies that no calendar permissions are granted.
* @property SimpleORMapCollection|StatusgruppeUser[] $group_assignments has_many StatusgruppeUser
* @property User $owner belongs_to User
* @property User $friend belongs_to User
* @property string $mkdate database column
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment