N°4635 Report \LogChannels::NOTIFICATIONS

This commit is contained in:
Pierre Goiffon
2022-06-03 18:00:29 +02:00
parent 596c62aec8
commit 3ea82e37d5

View File

@@ -551,6 +551,13 @@ class LogChannels
const INLINE_IMAGE = 'InlineImage';
/**
* @var string
* @since 3.0.1 N°4849
* @since 2.7.7 N°4635
*/
const NOTIFICATIONS = 'notifications';
const PORTAL = 'portal';
}