50], [['created_at','updated_at'],'save'], [['fix_id'], 'integer'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'fix_id' => 'Fix ID' ]; } }