From 5361b30a98a22c3365e86beeb1a35c616583a756 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 15:44:20 +0200 Subject: [PATCH] Continue with getter/setter cleanup --- Theme/Backend/stock-counting.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/stock-counting.tpl.php b/Theme/Backend/stock-counting.tpl.php index ab666ab..e825399 100644 --- a/Theme/Backend/stock-counting.tpl.php +++ b/Theme/Backend/stock-counting.tpl.php @@ -12,4 +12,4 @@ */ declare(strict_types=1); -echo $this->getData('nav')->render(); +echo $this->data['nav']->render();