diff options
-rw-r--r-- | core/namespace/ORM/EntityInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/namespace/ORM/EntityInterface.php b/core/namespace/ORM/EntityInterface.php index db503e7..7c6a9d9 100644 --- a/core/namespace/ORM/EntityInterface.php +++ b/core/namespace/ORM/EntityInterface.php @@ -7,4 +7,5 @@ interface EntityInterface { public function getID(): int; public function getAll(array $exclude = []): array; + public function getModifiedKeys(): array; } |