aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Activity/Actions/User/UserEditedEvent.php
blob: 27f8f2d5b67b2101da5a598813f56511f48b98a4 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

namespace Wallabag\CoreBundle\Event\Activity\Actions\User;

class UserEditedEvent extends UserEvent
{
    const NAME = 'user.edited';
}