From eb18d3a3635e7e71ce95eb3e47dcfc68661fb1f0 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sun, 27 Dec 2020 16:57:39 +0100
Subject: [PATCH] docker/l3d#58 Move project settings out of composer.json

---
 Config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.php b/Config.php
index 92fbc12..0bc701c 100644
--- a/Config.php
+++ b/Config.php
@@ -164,7 +164,7 @@ final class Config {
    * @param mixed $value
    */
   public function setValue(string $key, $value): void {
-    $this->merge([], [$this->component => [$key => $value]]);
+    $this->merge([], [$key => $value]);
     $this->save();
   }
 
-- 
GitLab