diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-12-14 09:07:17 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2022-12-21 15:25:27 +0100 |
| commit | c6a7f35341cbbca3b5e7c04ad40962b47aac8ccc (patch) | |
| tree | aeb9b072e135632fdc38f93d71268f10becec63c /app/controllers | |
| parent | cbe25c6bd513babe7abcd236208ec7f25b61c2b5 (diff) | |
work in progressbiest-1874
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/foo.php | 8 |
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() + { + + } +} |
