You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
240B

  1. <?php
  2. namespace Lc\SovBundle\Event\User;
  3. use Lc\SovBundle\Event\FormEvent;
  4. class UserEvent extends FormEvent
  5. {
  6. const REGISTRATION_SUCCESS = 'user.registration.success';
  7. const REGISTRATION_FAILURE = 'user.registration.failure';
  8. }