コード例 #1
0
ファイル: TextoService.php プロジェクト: jhmachado/anotation
 public function alterar(Texto $texto)
 {
     $texto->setUltimaModificacao();
     $this->textoRepository->update($texto);
     return "Texto alterado com sucesso";
 }