255], [['code'], 'string', 'max' => 128], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'target' => 'Target', 'code' => 'Code', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'is_validated' => 'Is Validated', ]; } }