File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ class Agenda extends \Ease\SQL\Engine
120120 */
121121 public $ struct = [];
122122
123- /**
124- * DatCreate column name.
125- */
126- public string $ createdColumn ;
127-
128123 /**
129124 * DatSave column name.
130125 */
@@ -139,7 +134,7 @@ class Agenda extends \Ease\SQL\Engine
139134 public function setUp ($ options = []): bool
140135 {
141136 $ this ->setKeyColumn (\array_key_exists ('ID ' , $ this ->struct ) ? 'ID ' : null );
142- $ this ->createdColumn = \array_key_exists ('DatCreate ' , $ this ->struct ) ? 'DatCreate ' : null ;
137+ $ this ->createColumn = \array_key_exists ('DatCreate ' , $ this ->struct ) ? 'DatCreate ' : null ;
143138 $ this ->lastModifiedColumn = \array_key_exists ('DatSave ' , $ this ->struct ) ? 'DatSave ' : null ;
144139 $ this ->nameColumn = \array_key_exists ('IDS ' , $ this ->struct ) ? 'IDS ' : null ;
145140 $ setUp = parent ::setUp ($ options );
You can’t perform that action at this time.
0 commit comments