diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-01 07:37:38 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-06-01 07:37:38 +0000 |
| commit | eba1fe03484ef9bd2d5974bc18a0da48f2c0ef0b (patch) | |
| tree | a879ab24dcb70d957c092b917d7ed83c438bc07f /lib/trails | |
| parent | 4047e28efd43011ff70d8c5b596aa1e8673a6246 (diff) | |
fixes #4248
Closes #4248
Merge request studip/studip!3079
Diffstat (limited to 'lib/trails')
| -rw-r--r-- | lib/trails/Controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trails/Controller.php b/lib/trails/Controller.php index bafb8db..1918380 100644 --- a/lib/trails/Controller.php +++ b/lib/trails/Controller.php @@ -32,7 +32,7 @@ class Controller protected Response $response; protected bool $performed = false; protected Template|string|null $layout = null; - protected string $format = 'html'; + private string $format = 'html'; /** * @param Dispatcher $dispatcher the dispatcher who creates this instance |
