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

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-02-09 01:07:53 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-09 01:07:53 +0300
commitdfd5064fb2e46abd4c5b31a01e7be8e30507b24b (patch)
treed426dbf3c1a7d6dc6d0f7568132c5fe8429f9c92 /lib
parentf5031c76ed89e6f005a1735aa5b28044a78900d3 (diff)
cleaner
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 8e12a84..d7ae72d 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -33,7 +33,6 @@ use \OCA\Orcid\Controller\OrcidController;
use \OCA\Orcid\Service\ConfigService;
use \OCA\Orcid\Service\MiscService;
use OCP\AppFramework\App;
-use OCP\Util;
class Application extends App {