コード例 #1
0
ファイル: EstadoService.php プロジェクト: jhmachado/anotation
 public function alterar(Estado $estado)
 {
     $estado->setUltimaModificacao();
     return $this->estadoRepository->update($estado);
 }