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>2019-08-15 23:29:58 +0300
committerdartcafe <github@dartcafe.de>2019-08-15 23:29:58 +0300
commitb311f493b7014a948b13617c073c7ab25d76d016 (patch)
tree4e6cf5ca96ef06affb9605c732b48aa54d9ee176 /lib/AppInfo
parent09328f0afb5701399539ff88b2c14e526e9b7a7f (diff)
starting some refactoring
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 59d794a1..b2dac8fd 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -23,20 +23,20 @@
namespace OCA\Polls\AppInfo;
-use OCA\Polls\Controller\PageController;
-use OCA\Polls\Controller\ApiController;
-use OCA\Polls\Controller\CommentController;
-use OCA\Polls\Controller\EventController;
-use OCA\Polls\Controller\NotificationController;
-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\EventMapper;
-use OCA\Polls\Db\NotificationMapper;
-use OCA\Polls\Db\VoteMapper;
-use OCA\Polls\Db\ShareMapper;
+// use OCA\Polls\Controller\PageController;
+// use OCA\Polls\Controller\ApiController;
+// use OCA\Polls\Controller\CommentController;
+// use OCA\Polls\Controller\EventController;
+// use OCA\Polls\Controller\NotificationController;
+// 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\EventMapper;
+// use OCA\Polls\Db\NotificationMapper;
+// use OCA\Polls\Db\VoteMapper;
+// use OCA\Polls\Db\ShareMapper;
use OCP\AppFramework\App;
use OCP\IContainer;