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-15 17:33:15 +0300
committerdartcafe <github@dartcafe.de>2020-06-15 17:33:15 +0300
commit4632557dde1e437da3768e2baf1166d3056a3315 (patch)
tree2367f45b6effc3f1096a9e352b533b84ade36ea4 /lib/Service
parent464e91b444b6af9f3fa10906cfb32576c87deb8f (diff)
fixes and tidy
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/OptionService.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Service/OptionService.php b/lib/Service/OptionService.php
index bc265e69..0d0e7be4 100644
--- a/lib/Service/OptionService.php
+++ b/lib/Service/OptionService.php
@@ -30,8 +30,6 @@ use OCP\ILogger;
use OCA\Polls\Exceptions\NotAuthorizedException;
-use OCP\Security\ISecureRandom;
-
use OCA\Polls\Db\Poll;
use OCA\Polls\Db\PollMapper;
use OCA\Polls\Db\Option;