Commit 1faba804 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/airdrop' into 'master'

取消应用分类唯一验证 See merge request !10
parents 50f916da 65ad694e
...@@ -59,7 +59,7 @@ class CoinApplicationCategoryForm extends BaseForm ...@@ -59,7 +59,7 @@ class CoinApplicationCategoryForm extends BaseForm
['sort', 'integer'], ['sort', 'integer'],
['icon', 'default', 'value' => 0], ['icon', 'default', 'value' => 0],
['banner', 'default', 'value' => 0], ['banner', 'default', 'value' => 0],
['name', 'checkName'], // ['name', 'checkName'],
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment