diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/activity/event.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/private/activity/event.php b/lib/private/activity/event.php index 73f9ba1f367..fe6fc485b7b 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, |