Files
php-flasher/Dispatcher/FlusherEvents.php
T
KHOUBZA Younes 26d4ca787f update namespace
2020-12-03 09:15:47 +01:00

13 lines
273 B
PHP

<?php
namespace Flasher\Prime\Dispatcher;
final class FlusherEvents
{
const NOTIFICATION_CREATED = 'flusher.notification.created';
const NOTIFICATION_RENDERED = 'flusher.notification.rendered';
const NOTIFICATION_CLEARED = 'flusher.notification.cleared';
}