From 825dc063acb0e2240d85fe67964d8a8655449e90 Mon Sep 17 00:00:00 2001 From: havlicekl <82386873+havlicekl@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:30:18 +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..8108ffed 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 #3 */ if (count($data) !== 0) { EntityFactory::createEntity($this, $data); }