Completed
Push — master ( 4de941...d585c7 )
by Maxence
16s queued 13s
created
lib/Service/ConfigService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 		}
144 144
 
145 145
 		return $this->config->getSystemValueString(
146
-			Application::APP_NAME . '.' . $key,
146
+			Application::APP_NAME.'.'.$key,
147 147
 			$this->config->getAppValue(Application::APP_NAME, $key, $defaultValue)
148 148
 		);
149 149
 	}
Please login to merge, or discard this patch.