/**
  * @inheritdoc
  * @return array
  */
 protected function rules()
 {
     return array_merge(parent::rules(), [['content', 'required']]);
 }