aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/foo.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2022-12-14 09:07:17 +0100
committerJan-Hendrik Willms <tleilax+github@gmail.com>2022-12-21 15:25:27 +0100
commitc6a7f35341cbbca3b5e7c04ad40962b47aac8ccc (patch)
treeaeb9b072e135632fdc38f93d71268f10becec63c /app/controllers/foo.php
parentcbe25c6bd513babe7abcd236208ec7f25b61c2b5 (diff)
work in progressbiest-1874
Diffstat (limited to 'app/controllers/foo.php')
-rw-r--r--app/controllers/foo.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/controllers/foo.php b/app/controllers/foo.php
new file mode 100644
index 0000000..d13cdf4
--- /dev/null
+++ b/app/controllers/foo.php
@@ -0,0 +1,8 @@
+<?php
+final class FooController extends StudipController
+{
+ public function index_action()
+ {
+
+ }
+}