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

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

parent be7ede81
No related branches found
No related tags found
No related merge requests found
......@@ -161,10 +161,10 @@ final class Config {
/**
* @param string $key
* @param array $values
* @param mixed $value
*/
public function setValue(string $key, array $values): void {
$this->merge([], [$this->component => [$key => $values]]);
public function setValue(string $key, $value): void {
$this->merge([], [$this->component => [$key => $value]]);
$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