aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/App/ManagerEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/App/ManagerEvent.php')
-rw-r--r--lib/public/App/ManagerEvent.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php
index e98ada424c6..b44cd3a5dcc 100644
--- a/lib/public/App/ManagerEvent.php
+++ b/lib/public/App/ManagerEvent.php
@@ -32,14 +32,14 @@ use OCP\EventDispatcher\Event;
* @since 9.0.0
*/
class ManagerEvent extends Event {
- const EVENT_APP_ENABLE = 'OCP\App\IAppManager::enableApp';
- const EVENT_APP_ENABLE_FOR_GROUPS = 'OCP\App\IAppManager::enableAppForGroups';
- const EVENT_APP_DISABLE = 'OCP\App\IAppManager::disableApp';
+ public const EVENT_APP_ENABLE = 'OCP\App\IAppManager::enableApp';
+ public const EVENT_APP_ENABLE_FOR_GROUPS = 'OCP\App\IAppManager::enableAppForGroups';
+ public const EVENT_APP_DISABLE = 'OCP\App\IAppManager::disableApp';
/**
* @since 9.1.0
*/
- const EVENT_APP_UPDATE = 'OCP\App\IAppManager::updateApp';
+ public const EVENT_APP_UPDATE = 'OCP\App\IAppManager::updateApp';
/** @var string */
protected $event;