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

修复添加标签时的报错

This commit is contained in:
koogua 2021-05-15 14:07:03 +08:00
parent aa40087bf1
commit cc19004c12

View File

@ -42,7 +42,6 @@ class Tag extends Service
$tag = new TagModel();
$tag->name = $validator->checkName($post['name']);
$tag->priority = $validator->checkPriority($post['priority']);
$tag->create();