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

Merge branch 'koogua/fix-add-tag' into demo

This commit is contained in:
koogua 2021-05-15 14:15:30 +08:00
commit a6d5bf1d6d

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