summaryrefslogtreecommitdiffstats
path: root/lib/private/eventsource.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/eventsource.php')
-rw-r--r--lib/private/eventsource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/eventsource.php b/lib/private/eventsource.php
index 5a870ae3f3a..22782d677e4 100644
--- a/lib/private/eventsource.php
+++ b/lib/private/eventsource.php
@@ -12,7 +12,7 @@
*
* use server side events with caution, to many open requests can hang the server
*/
-class OC_EventSource {
+class OC_EventSource implements \OCP\IEventSource {
/**
* @var bool
*/