From 753821d96b12814d9c002697630bc831b5ea5744 Mon Sep 17 00:00:00 2001 From: havlicekl <82386873+havlicekl@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:26:37 +0100 Subject: [PATCH] [create-pull-request] automated change --- src/Component/Entity/Entity.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Component/Entity/Entity.php b/src/Component/Entity/Entity.php index a6debe42..4cf2a02b 100755 --- a/src/Component/Entity/Entity.php +++ b/src/Component/Entity/Entity.php @@ -21,6 +21,7 @@ abstract class Entity implements JsonSerializable */ public function __construct(array $data = []) { + /** komentar pro SDK deploy test #2 */ if (count($data) !== 0) { EntityFactory::createEntity($this, $data); }