Skip to content

Instantly share code, notes, and snippets.

@MarioBlazek
Created October 1, 2021 07:05
Show Gist options
  • Save MarioBlazek/86e84f57542c275ecc5079723954ae8d to your computer and use it in GitHub Desktop.
Save MarioBlazek/86e84f57542c275ecc5079723954ae8d to your computer and use it in GitHub Desktop.
My event subscriber
public static function getSubscribedEvents(): array
{
return [
UserDeactivatedEvent::class => 'onUserActivation',
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment