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
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-05-23 22:36:28 +0300
committerVitor Mattos <vitor@php.rio>2022-06-30 21:01:28 +0300
commit7a31b9daaa2e59d57b74474a940e6b1a2083f559 (patch)
treed9235091515e110e6742f7b0d290326c305829d6 /lib/Chat/ChatManager.php
parente2165535a8acbd2cce337f9870f6c3315f3c4de6 (diff)
Fix tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib/Chat/ChatManager.php')
-rw-r--r--lib/Chat/ChatManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Chat/ChatManager.php b/lib/Chat/ChatManager.php
index fe63f0c31..1db3709de 100644
--- a/lib/Chat/ChatManager.php
+++ b/lib/Chat/ChatManager.php
@@ -87,6 +87,7 @@ class ChatManager {
private IDBConnection $connection;
private INotificationManager $notificationManager;
private IManager $shareManager;
+ private Manager $manager;
private RoomShareProvider $shareProvider;
private ParticipantService $participantService;
private PollService $pollService;