aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Activity/Actions/Entry/EntrySavedEvent.php
blob: 20c623c554738e71f5db187f4073608674137845 (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 saved.
 */
class EntrySavedEvent extends EntryEvent
{
    const NAME = 'entry.saved';
}