diff --git a/app/Http/Admin/Services/Tag.php b/app/Http/Admin/Services/Tag.php index 584a8086..f353f444 100644 --- a/app/Http/Admin/Services/Tag.php +++ b/app/Http/Admin/Services/Tag.php @@ -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();