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