aboutsummaryrefslogtreecommitdiff
path: root/lib/models/MvvCourse.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/MvvCourse.php
parent244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff)
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/MvvCourse.php')
-rw-r--r--lib/models/MvvCourse.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/models/MvvCourse.php b/lib/models/MvvCourse.php
index 0e82d3b..68061ac 100644
--- a/lib/models/MvvCourse.php
+++ b/lib/models/MvvCourse.php
@@ -16,7 +16,6 @@
class MvvCourse extends ModuleManagementModelTreeItem
{
-
protected static function configure($config = [])
{
$config['db_table'] = 'seminare';
@@ -66,6 +65,6 @@ class MvvCourse extends ModuleManagementModelTreeItem
*/
public function getParents($mode = null)
{
- return Lvgruppe::findBySeminar($this->getId());
+ return Lvgruppe::findBySeminar($this->getId());
}
}