diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-09-27 11:50:34 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-09-27 11:50:34 +0000 |
| commit | 5f78b312c8ad82f91148d6bfe79c614651736161 (patch) | |
| tree | 43b1092303c8fd99a1cf1c1493da567bf8119eed /app/controllers/debugbar.php | |
| parent | 48ea0fdedeaa4b75e113a521d63682fed3881c4e (diff) | |
fix errors found through static code analysis, fixes #4562
Closes #4562
Merge request studip/studip!3375
Diffstat (limited to 'app/controllers/debugbar.php')
| -rw-r--r-- | app/controllers/debugbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/debugbar.php b/app/controllers/debugbar.php index 59627f2..9fc5286 100644 --- a/app/controllers/debugbar.php +++ b/app/controllers/debugbar.php @@ -1,5 +1,5 @@ <?php -final class DebugbarController extends Trails_Controller +final class DebugbarController extends Trails\Controller { public function __construct( Trails\Dispatcher $dispatcher, |
