Implement isDirty on models.
This commit is contained in:
parent
a80f293b73
commit
5c2c67da1d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ interface ModelInterface
|
|||
|
||||
public function save();
|
||||
|
||||
public function isDirty(): bool;
|
||||
|
||||
public function destroy();
|
||||
|
||||
public function destroyThoroughly();
|
||||
|
|
|
|||
Loading…
Reference in a new issue