We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50340b7 commit f24db16Copy full SHA for f24db16
src/app/Library/CrudPanel/Traits/AutoSet.php
@@ -40,7 +40,7 @@ public function setFromDb($setFields = true, $setColumns = true)
40
}
41
}, $this->getDbColumnsNames());
42
43
- unset($this->autoset);
+ $this->autoset = [];
44
45
46
/**
0 commit comments