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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-30 12:15:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-30 12:15:00 +0300
commit6cd9d8bbd6b08ea27093e3eec03e7421b4755ba5 (patch)
treed3ae321d3452e93abce52a523434f025540123a7 /lib/AppInfo
parente0011d5e2c831bd2499a9c8a4e160875d3e793dc (diff)
Lower access modifier of internally-only used method
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index bfd84ba0f..0da8c88aa 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -36,7 +36,7 @@ class Application extends App {
$this->initializeAppContainer();
}
- public function initializeAppContainer() {
+ private function initializeAppContainer() {
$container = $this->getContainer();
$transport = $container->getServer()->getConfig()->getSystemValue('app.mail.transport', 'smtp');