diff --git a/src/TwigContext.php b/src/TwigContext.php index 80eaa7d..96af8d6 100644 --- a/src/TwigContext.php +++ b/src/TwigContext.php @@ -23,7 +23,7 @@ public function __construct( public function getIsDebug(): bool { - return (bool) ContainerFacade::getParameter('oxid_debug_mode'); + return ContainerFacade::getParameter('oxid_debug_mode'); } public function getActiveThemeId(): string