aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Activity/Actions/Share/ShareCancelledEvent.php
blob: 26bee8969e94131d47be29d37e5af60b8f627517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

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

/**
 * This event is fired as soon as an share is cancelled
 */
class ShareCancelledEvent extends ShareEvent
{
    const NAME = 'share.cancelled';
}