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:
authorsplitt3r <splitt3r@users.noreply.github.com>2017-10-09 20:03:50 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2017-10-09 20:03:50 +0300
commitbaced68588550a681cd403a900f1f0f58699cd55 (patch)
tree44b6bcbbcdaa40ec5d8e1bbc7f14afdefa86187d /lib/AppInfo
parentb58b40fbfa9ed0239bb03ed4971f06c613815f77 (diff)
Fixed unit tests
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index ea927fec..1a561183 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -24,15 +24,15 @@
namespace OCA\Polls\AppInfo;
use OC\AppFramework\Utility\SimpleContainer;
-use \OCP\AppFramework\App;
-use \OCA\Polls\Db\CommentMapper;
-use \OCA\Polls\Db\DateMapper;
-use \OCA\Polls\Db\EventMapper;
-use \OCA\Polls\Db\NotificationMapper;
-use \OCA\Polls\Db\ParticipationMapper;
-use \OCA\Polls\Db\ParticipationTextMapper;
-use \OCA\Polls\Db\TextMapper;
-use \OCA\Polls\Controller\PageController;
+use OCP\AppFramework\App;
+use OCA\Polls\Db\CommentMapper;
+use OCA\Polls\Db\DateMapper;
+use OCA\Polls\Db\EventMapper;
+use OCA\Polls\Db\NotificationMapper;
+use OCA\Polls\Db\ParticipationMapper;
+use OCA\Polls\Db\ParticipationTextMapper;
+use OCA\Polls\Db\TextMapper;
+use OCA\Polls\Controller\PageController;
class Application extends App {