]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Event/Activity/Actions/User/UserEditedEvent.php
WIP
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Event / Activity / Actions / User / UserEditedEvent.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Event\Activity\Actions\User;
4
5 class UserEditedEvent extends UserEvent
6 {
7 const NAME = 'user.edited';
8 }