Example #1
0
 public function onCreateParticipant($callback)
 {
     Participant::schema()->events()->register('beforeCreate', $callback);
     return $this;
 }