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

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

parent 401176ec
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,6 @@ class Handler extends BaseHandler { ...@@ -142,7 +142,6 @@ class Handler extends BaseHandler {
$this->env->put('PHP_VERSION', $this->config->readValue('php/version'), TRUE); $this->env->put('PHP_VERSION', $this->config->readValue('php/version'), TRUE);
} }
/** /**
* Configure Drupal Project for Docker. * Configure Drupal Project for Docker.
* *
...@@ -150,6 +149,7 @@ class Handler extends BaseHandler { ...@@ -150,6 +149,7 @@ class Handler extends BaseHandler {
* Whether to overwrite existing config files. * Whether to overwrite existing config files.
*/ */
public function configureProject($overwrite = FALSE): void { public function configureProject($overwrite = FALSE): void {
$this->init();
// We only do the fancy stuff for developers. // We only do the fancy stuff for developers.
if (!$this->isDevMode()) { if (!$this->isDevMode()) {
......
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