This commit is contained in:
2023-04-10 11:36:33 +08:00
parent c77b2ef3eb
commit aaa3fba8ba
4 changed files with 24 additions and 12 deletions
+6
View File
@@ -75,6 +75,12 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
protected bool $isNewExample = TRUE;
/**
* @var array
*/
protected array $overwriteFields = [];
/**
* @var array
*/