Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/23601/head
Joas Schilling 6 years ago
parent 8600e51df5
commit 1f1244fdcc
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/private/Comments/ManagerFactory.php
  2. 1
      tests/lib/Comments/ManagerTest.php

@ -27,9 +27,7 @@ namespace OC\Comments;
use OCP\Comments\ICommentsManager;
use OCP\Comments\ICommentsManagerFactory;
use OCP\IInitialStateService;
use OCP\IServerContainer;
use Psr\Log\LoggerInterface;
class ManagerFactory implements ICommentsManagerFactory {

@ -4,7 +4,6 @@ namespace Test\Comments;
use OC\Comments\Comment;
use OC\Comments\Manager;
use OC\Comments\ManagerFactory;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Comments\IComment;
use OCP\Comments\ICommentsEventHandler;

Loading…
Cancel
Save