예제 #1
0
파일: Article.php 프로젝트: tolik505/bl
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return ArrayHelper::merge(parent::rules(), [[['sign'], 'string', 'max' => 255]]);
 }