Commit 9ad28d90 by Tobias Munk

added safe validator for keywords

parent be54f24b
...@@ -72,6 +72,7 @@ class Generator extends \yii\gii\Generator ...@@ -72,6 +72,7 @@ class Generator extends \yii\gii\Generator
], ],
'required' 'required'
], ],
[['keywords'], 'safe'],
[['authorEmail'], 'email'], [['authorEmail'], 'email'],
[ [
['vendorName', 'packageName'], ['vendorName', 'packageName'],
......
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