Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-12-06 21:41:41 +01:00
Родитель 52d55b0513
Коммит 1f251b5232
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2,8 +2,6 @@
namespace OC\Comments {
use OCP\IDBConnection;
class Comment implements \OCP\Comments\IComment {
public function __construct(array $data = null) {
}

Просмотреть файл

@ -1,7 +1,6 @@
<?php
namespace OC\Comments {
use OCP\IDBConnection;
class Manager implements \OCP\Comments\ICommentsManager {