Exemplo n.º 1
0
 public function pasteItFormSucceeded($form)
 {
     $hash = $this->pasteManager->save($form->values);
     $this->redirect('Show:default', $hash);
 }