зеркало из https://github.com/nextcloud/spreed.git
Fix injection
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
1ad3720084
Коммит
531c2ff809
|
@ -45,10 +45,10 @@ class ChatManager {
|
|||
private $notifier;
|
||||
|
||||
/**
|
||||
* @param ICommentsManager $commentsManager
|
||||
* @param CommentsManager $commentsManager
|
||||
* @param Notifier $notifier
|
||||
*/
|
||||
public function __construct(ICommentsManager $commentsManager,
|
||||
public function __construct(CommentsManager $commentsManager,
|
||||
Notifier $notifier) {
|
||||
$this->commentsManager = $commentsManager;
|
||||
$this->notifier = $notifier;
|
||||
|
|
Загрузка…
Ссылка в новой задаче