Ejemplo n.º 1
0
 public function onDeleteContact(Event\DeleteContactEvent $event)
 {
     $this->storage->delete($event->getContact());
 }