diff --git a/src/Component/Entity/Entity.php b/src/Component/Entity/Entity.php index a6debe4..4cf2a02 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); }