diff options
Diffstat (limited to 'lib/public/Console/ConsoleEvent.php')
-rw-r--r-- | lib/public/Console/ConsoleEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Console/ConsoleEvent.php b/lib/public/Console/ConsoleEvent.php index 0c3fa25f54f..78f7ae55814 100644 --- a/lib/public/Console/ConsoleEvent.php +++ b/lib/public/Console/ConsoleEvent.php @@ -32,7 +32,7 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class ConsoleEvent extends Event { - const EVENT_RUN = 'OC\Console\Application::run'; + public const EVENT_RUN = 'OC\Console\Application::run'; /** @var string */ protected $event; |