Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-20 02:36:01 +0300
committerbrantje <brantje@gmail.com>2016-12-20 02:39:00 +0300
commita6406e53f6f614b6a9e44e37d44c67f45a08b17d (patch)
tree569531bdc120d438556b53d8744f0d2053b9e4ca /controller
parent756c7a2e49c0065d6db0495f7dd954584436c9c9 (diff)
Add test
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 32922e29..71f33013 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -14,7 +14,7 @@ namespace OCA\Passman\Controller;
use OCP\IRequest;
use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\ApiController;
-use \OCP\IL10N;
+use OCP\IL10N;
class TranslationController extends ApiController {
private $trans;