Ejemplo n.º 1
0
 public function updateTextSucceeded(Form $form, $values)
 {
     $this->textManager->updateText($values->id, $values->text);
 }