mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 12:05:39 +08:00
Merge branch 'koogua/fix-add-tag'
This commit is contained in:
commit
d525116d9b
@ -42,7 +42,6 @@ class Tag extends Service
|
|||||||
$tag = new TagModel();
|
$tag = new TagModel();
|
||||||
|
|
||||||
$tag->name = $validator->checkName($post['name']);
|
$tag->name = $validator->checkName($post['name']);
|
||||||
$tag->priority = $validator->checkPriority($post['priority']);
|
|
||||||
|
|
||||||
$tag->create();
|
$tag->create();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user