From a3d280b95ada0a21f03a278312cd51279083a639 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 Jan 2024 21:29:20 +0000 Subject: [PATCH] bump --- Theme/Backend/Components/AttributeView.php | 2 +- Theme/Backend/Components/attributes.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Components/AttributeView.php b/Theme/Backend/Components/AttributeView.php index eaceabb..3fea6e8 100644 --- a/Theme/Backend/Components/AttributeView.php +++ b/Theme/Backend/Components/AttributeView.php @@ -73,7 +73,7 @@ class AttributeView extends View /** * {@inheritdoc} */ - public function __construct(?L11nManager $l11n = null, RequestAbstract $request, ResponseAbstract $response) + public function __construct(L11nManager $l11n, RequestAbstract $request, ResponseAbstract $response) { parent::__construct($l11n, $request, $response); $this->setTemplate('/Modules/Attribute/Theme/Backend/Components/attributes'); diff --git a/Theme/Backend/Components/attributes.tpl.php b/Theme/Backend/Components/attributes.tpl.php index 9d6c308..42670d1 100644 --- a/Theme/Backend/Components/attributes.tpl.php +++ b/Theme/Backend/Components/attributes.tpl.php @@ -129,7 +129,7 @@ $units = $this->units; - getHtml('Empty', '0', '0'); ?> + getHtml('Empty', '0', '0'); ?>