aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Activity/Actions/Share/ShareAcceptedEvent.php
blob: e171ef04a4e3522bcf69bf56ad7a90c67c555d9f (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 accepted
 */
class ShareAcceptedEvent extends ShareEvent
{
    const NAME = 'share.accepted';
}