Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     $labels['category_id'] = 'Categoría';
     return $labels;
 }