/**
  * afterDelete
  *
  * @param Event $event Event
  * @param Attachment $attachment Entity
  * @param ArrayObject $options Options
  * @return void
  */
 public function afterDelete(Event $event, Attachment $attachment, \ArrayObject $options)
 {
     $attachment->deleteFile();
 }