Exemple #1
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [['deletionFlag', 'boolean']]);
 }