File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 696696 'OCP \\Notification \\IManager ' => $ baseDir . '/lib/public/Notification/IManager.php ' ,
697697 'OCP \\Notification \\INotification ' => $ baseDir . '/lib/public/Notification/INotification.php ' ,
698698 'OCP \\Notification \\INotifier ' => $ baseDir . '/lib/public/Notification/INotifier.php ' ,
699+ 'OCP \\Notification \\IPreloadableNotifier ' => $ baseDir . '/lib/public/Notification/IPreloadableNotifier.php ' ,
699700 'OCP \\Notification \\IncompleteNotificationException ' => $ baseDir . '/lib/public/Notification/IncompleteNotificationException.php ' ,
700701 'OCP \\Notification \\IncompleteParsedNotificationException ' => $ baseDir . '/lib/public/Notification/IncompleteParsedNotificationException.php ' ,
701702 'OCP \\Notification \\InvalidValueException ' => $ baseDir . '/lib/public/Notification/InvalidValueException.php ' ,
Original file line number Diff line number Diff line change @@ -737,6 +737,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
737737 'OCP \\Notification \\IManager ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IManager.php ' ,
738738 'OCP \\Notification \\INotification ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/INotification.php ' ,
739739 'OCP \\Notification \\INotifier ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/INotifier.php ' ,
740+ 'OCP \\Notification \\IPreloadableNotifier ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IPreloadableNotifier.php ' ,
740741 'OCP \\Notification \\IncompleteNotificationException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IncompleteNotificationException.php ' ,
741742 'OCP \\Notification \\IncompleteParsedNotificationException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/IncompleteParsedNotificationException.php ' ,
742743 'OCP \\Notification \\InvalidValueException ' => __DIR__ . '/../../.. ' . '/lib/public/Notification/InvalidValueException.php ' ,
You can’t perform that action at this time.
0 commit comments