for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Event\User;
use App\Entity\User;
class UserChangepasswordEvent extends UserPasswordEvent
{
const NAME = 'user.changepassword';
}