Skip to content
Snippets Groups Projects
Commit eb18d3a3 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#58 Move project settings out of composer.json

parent 81648e99
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ final class Config { ...@@ -164,7 +164,7 @@ final class Config {
* @param mixed $value * @param mixed $value
*/ */
public function setValue(string $key, $value): void { public function setValue(string $key, $value): void {
$this->merge([], [$this->component => [$key => $value]]); $this->merge([], [$key => $value]);
$this->save(); $this->save();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment