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

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

class UserDeletedEvent extends UserEvent
{
    const NAME = 'user.deleted';
}