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:
authorRené Gieling <github@dartcafe.de>2019-12-30 01:16:27 +0300
committerGitHub <noreply@github.com>2019-12-30 01:16:27 +0300
commit217492e10f2a633ecd7fb3bd4b91a72df7fd3148 (patch)
treec52e898fe593ad85ce5c9bf05f48f4b982e304e3 /lib/AppInfo
parent527ecb8125e016ee599bdfbddb3d3215f70c3d9b (diff)
renamed event to poll in the entire project (#695)
* renamed event to poll in the entire project * Migration polls_event to polls_polls * use timestamp
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index b2dac8fd..309c8f40 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -26,14 +26,14 @@ 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\PollController;
// 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\PollMapper;
// use OCA\Polls\Db\NotificationMapper;
// use OCA\Polls\Db\VoteMapper;
// use OCA\Polls\Db\ShareMapper;