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-16 01:21:47 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-16 01:21:47 +0300
commit215112a5bb257f7e9b0844606805ad56a3d1c133 (patch)
treec64177fbb78c61bc9ab50bcfcf0c165f3b8e2ac4 /lib
parenta28d618e7881d1888976d72484297a6791e13fe3 (diff)
Documenting ApiService
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/ApiService.php (renamed from lib/Service/StaticService.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/StaticService.php b/lib/Service/ApiService.php
index 7b4378b..ca913e3 100644
--- a/lib/Service/StaticService.php
+++ b/lib/Service/ApiService.php
@@ -29,7 +29,7 @@
namespace OCA\Orcid\Service;
-class StaticService {
+class ApiService {
static protected function getContainer() {
$app = new \OCA\Orcid\AppInfo\Application();