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

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

class AnnotationDeletedEvent extends AnnotationEvent
{
    const NAME = 'annotation.deleted';
}