Compare commits
1 Commits
83c80bd4ab
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| b8dd1fd0f6 |
@@ -31,7 +31,7 @@ class Model
|
|||||||
/**
|
/**
|
||||||
* @var array Attributes to ignore when saving to the database.
|
* @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.
|
* @var array Attributes that should be explicitly saved, even if private/protected.
|
||||||
|
|||||||
Reference in New Issue
Block a user