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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-06-12 20:50:06 +0300
committerdartcafe <github@dartcafe.de>2020-06-12 20:50:06 +0300
commitbfaccd761379d5543f79ce2eda3018e4da1f02f6 (patch)
treed423b69a5f75240f0cec10e0426da41253a89bfa /lib/AppInfo
parent1dfa539eb09c6756bae47ea8f09f832b4e5723c3 (diff)
REST POC - initializing with comments
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 309c8f40..7a88db86 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -31,7 +31,6 @@ namespace OCA\Polls\AppInfo;
// use OCA\Polls\Controller\OptionController;
// use OCA\Polls\Controller\VoteController;
// use OCA\Polls\Controller\ShareController;
-// use OCA\Polls\Db\CommentMapper;
// use OCA\Polls\Db\OptionMapper;
// use OCA\Polls\Db\PollMapper;
// use OCA\Polls\Db\NotificationMapper;