From d10ea422ba4a7229bec8d5fd74bf28bd4d839d46 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 12 Jul 2024 20:31:42 +0200 Subject: [PATCH] Revert "refactoring" This reverts commit adf075cb6617a8ec6b0f1587d0f59ed60aa68427. --- lam/lib/types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/types.inc b/lam/lib/types.inc index 2decfd87b..f84a740d7 100644 --- a/lam/lib/types.inc +++ b/lam/lib/types.inc @@ -106,7 +106,7 @@ class ConfiguredType { private string $id; - private string $suffix; + private $suffix; private $attributes;