1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06:09 +08:00

Merge branch 'koogua/fix-add-tag'

This commit is contained in:
koogua 2021-05-15 14:09:46 +08:00
commit d525116d9b

View File

@ -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();