diff --git a/lib/private/activity/event.php b/lib/private/activity/event.php index 73f9ba1f36..fe6fc485b7 100644 --- a/lib/private/activity/event.php +++ b/lib/private/activity/event.php @@ -22,15 +22,8 @@ namespace OC\Activity; use OCP\Activity\IEvent; -use OCP\Activity\IManager; class Event implements IEvent { - /** @var IManager */ - protected $manager; - - /** @var string */ - protected $user; - /** @var array */ protected $data = [ 'app' => null,