Example #1
0
 public function onEvent(Event $event)
 {
     if ($event->isFor(Contact::class)) {
         $this->processContactEvent($event);
     }
 }