From cb235232a220d9ee583b23d9eec8f3b6c6f20763 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 29 Jun 2021 09:14:03 +0200 Subject: [PATCH] fix: [instance] added entity file contents --- src/Model/Entity/Instance.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Model/Entity/Instance.php b/src/Model/Entity/Instance.php index e69de29..247e847 100644 --- a/src/Model/Entity/Instance.php +++ b/src/Model/Entity/Instance.php @@ -0,0 +1,19 @@ + true, + 'id' => false, + 'uuid' => false, + ]; + + protected $_accessibleOnNew = [ + 'uuid' => true, + ]; +}