Skip to content

Commit

Permalink
Add missing method into EntityInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Dec 1, 2022
1 parent 0fdf603 commit a8660e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Domain/Model/EntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function hasBeenDeleted(): bool;

public function __toString(): string;

public function isInitialized(): bool;

public function initChangelog(): void;

/**
Expand Down

0 comments on commit a8660e7

Please sign in to comment.