Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-11-02 16:29:03 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-26 11:46:43 +0300
commit12d1bf1b7b32a3301e20db60c0de417c9018f8a8 (patch)
tree82a46a125493554393446b33c2e4e934d803bb3a /lib/Model
parent59133fe982c0c391152332e0da8ba69f70cce6ae (diff)
Fix CS and psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/Attendee.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Model/Attendee.php b/lib/Model/Attendee.php
index 8725c365d..3189ede37 100644
--- a/lib/Model/Attendee.php
+++ b/lib/Model/Attendee.php
@@ -50,7 +50,6 @@ use OCP\AppFramework\Db\Entity;
* @method int getLastMentionMessage()
*/
class Attendee extends Entity {
-
public const ACTOR_USERS = 'users';
public const ACTOR_GUESTS = 'guests';
public const ACTOR_EMAILS = 'emails';