Example #1
0
 public function saving(Event $event)
 {
     if (!$event->key) {
         $event->key = $this->eventService->makeEventKey();
     }
 }