From a8660e75985728843a5bfcf249c50d9a611c42f6 Mon Sep 17 00:00:00 2001 From: Mikel Date: Thu, 1 Dec 2022 16:23:33 +0100 Subject: [PATCH] Add missing method into EntityInterface --- Domain/Model/EntityInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Domain/Model/EntityInterface.php b/Domain/Model/EntityInterface.php index 24ffe66..2e91086 100755 --- a/Domain/Model/EntityInterface.php +++ b/Domain/Model/EntityInterface.php @@ -27,6 +27,8 @@ public function hasBeenDeleted(): bool; public function __toString(): string; + public function isInitialized(): bool; + public function initChangelog(): void; /**