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

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

parent ef2e023e
Branches
Tags
No related merge requests found
......@@ -118,7 +118,7 @@ class Handler extends BaseHandler {
catch (Exception $e) {
$hash = 'no-random-bytes-available';
}
$this->config->setValue(['value' => $hash]);
$this->config->setValue('hash', $hash);
$settings_files = [
'settings.php',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment