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