Exemplo n.º 1
0
 public function update(Attachment &$attachment)
 {
     $this->throwValidationErrors($attachment);
     $this->attachmentRepository->update($attachment);
 }