diff --git a/lib/Events/AFormEvent.php b/lib/Events/AFormEvent.php index 7566f47..3bffcaf 100644 --- a/lib/Events/AFormEvent.php +++ b/lib/Events/AFormEvent.php @@ -27,9 +27,9 @@ namespace OCA\Registration\Events; use OCP\EventDispatcher\Event; abstract class AFormEvent extends Event { - const STEP_EMAIL = 'email'; - const STEP_VERIFICATION = 'verification'; - const STEP_USER = 'user'; + public const STEP_EMAIL = 'email'; + public const STEP_VERIFICATION = 'verification'; + public const STEP_USER = 'user'; /** @var string */ protected $step;