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-03-16 20:20:49 +0300
committerdartcafe <github@dartcafe.de>2019-03-16 20:20:49 +0300
commit342a8ff6f359de1a476158c74ef2bd0e2e2ebd1d (patch)
treeeaf8bff3ea1d00ac7c6e30ef98bd2e29f9a26e14 /lib/AppInfo
parent3cd189437fcf88a05c6f3d7338efbbc3f8eece3a (diff)
Moving from depricated OCP\AppFramework\Db\Mapper to OCP\AppFramework\Db\QBMapper
Removing unused functions
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 0ba1859c..c8f92e78 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -24,6 +24,7 @@
namespace OCA\Polls\AppInfo;
use OCA\Polls\Controller\PageController;
+use OCA\Polls\Controller\ApiController;
use OCA\Polls\Db\CommentMapper;
use OCA\Polls\Db\OptionMapper;
use OCA\Polls\Db\EventMapper;