This commit is contained in:
tanghucheng
2023-01-05 12:13:22 +08:00
parent 2f372f2e6a
commit 24e343dbc3
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -793,6 +793,7 @@ class zanodemodel extends model
$data = fixer::input('post')
->setDefault('createdBy', $this->app->user->account)
->setDefault('createdDate', $now)
->setDefault('node', 0)
->remove('uid')
->get();