* Modify name check.

This commit is contained in:
caoyanyi
2023-04-07 15:36:17 +08:00
parent 35e690fec5
commit 25587941ec
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -168,6 +168,7 @@ class apiModel extends model
$now = helper::now();
$data = fixer::input('post')
->trim('name')
->skipSpecial('attribute')
->add('lib', $old->lib)
->add('editedBy', $this->app->user->account)