diff --git a/src/Libs/Model.php b/src/Libs/Model.php index 92a225d..1861ebe 100644 --- a/src/Libs/Model.php +++ b/src/Libs/Model.php @@ -31,7 +31,7 @@ class Model /** * @var array Attributes to ignore when saving to the database. */ - protected static array $dbIgnoreSave = ['id']; + protected static array $dbIgnoreSave = []; /** * @var array Attributes that should be explicitly saved, even if private/protected.