aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/Instance.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2023-05-08 17:08:52 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2023-05-08 17:08:52 +0200
commita1fda2758e9c241ac3eb980ac8716dfedbe9dd3c (patch)
tree2190f0478fb153efdb8ba48ebb574c7691f4f351 /lib/models/Courseware/Instance.php
parent244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff)
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/Courseware/Instance.php')
-rw-r--r--lib/models/Courseware/Instance.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/Courseware/Instance.php b/lib/models/Courseware/Instance.php
index 66c024c..1c2b3a0 100644
--- a/lib/models/Courseware/Instance.php
+++ b/lib/models/Courseware/Instance.php
@@ -237,8 +237,8 @@ class Instance
$this->unit->config['sequential_progression'] = $isSequentialProgression ? 1 : 0;
}
- const EDITING_PERMISSION_DOZENT = 'dozent';
- const EDITING_PERMISSION_TUTOR = 'tutor';
+ public const EDITING_PERMISSION_DOZENT = 'dozent';
+ public const EDITING_PERMISSION_TUTOR = 'tutor';
/**
* Returns the level needed to edit this courseware instance.