Completed
Push — master ( d25011...6cd78d )
by Maxence
43s queued 15s
created
lib/Service/ConfigService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
 	 */
147 147
 	public function getAppValue(string $key): string {
148 148
 		return $this->config->getSystemValueString(
149
-			Application::APP_ID . '.' . $key,
149
+			Application::APP_ID.'.'.$key,
150 150
 			(string)$this->config->getAppValue(Application::APP_ID,
151 151
 				$key,
152 152
 				$this->defaults[$key] ?? '')
Please login to merge, or discard this patch.