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

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

/**
 * This event is fired as soon as an entry was edited.
 */
class EntryEditedEvent extends EntryEvent
{
    const NAME = 'entry.edited';
}