Remove unnecessary code
This commit is contained in:
parent
389a32e92a
commit
6697844c01
1 changed files with 0 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue