aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SystemTag/ManagerEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/SystemTag/ManagerEvent.php')
-rw-r--r--lib/public/SystemTag/ManagerEvent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/SystemTag/ManagerEvent.php b/lib/public/SystemTag/ManagerEvent.php
index 2c3dc203ac5..290d4f4c129 100644
--- a/lib/public/SystemTag/ManagerEvent.php
+++ b/lib/public/SystemTag/ManagerEvent.php
@@ -37,7 +37,6 @@ use OCP\EventDispatcher\Event;
* @since 9.0.0
*/
class ManagerEvent extends Event {
-
const EVENT_CREATE = 'OCP\SystemTag\ISystemTagManager::createTag';
const EVENT_UPDATE = 'OCP\SystemTag\ISystemTagManager::updateTag';
const EVENT_DELETE = 'OCP\SystemTag\ISystemTagManager::deleteTag';