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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-09 18:25:30 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-09 18:30:29 +0300
commit8cd975f325b3fcc8deb3cb53f4af56eab453eeb0 (patch)
tree2312f01d889f03a60ddd890e5bbfcd533c619680 /lib/Controller
parent73823f4507c7e139ad45bef90b31a0d68e7aea45 (diff)
Fix syntax
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/PageController.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index e52dfbcd..0ea64fd3 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -32,11 +32,10 @@ use OCP\L10N\IFactory;
use OCP\Util;
class PageController extends Controller {
-
protected $appName;
/** @var IConfig */
- private $config;
+ private $config;
/** @var IInitialStateService */
private $initialStateService;