From 43e2bdc990e02ecc538489191931380e12def83a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sat, 10 Feb 2024 12:54:04 +0100 Subject: [PATCH] composer/plugin/docker4drupal#68 Add support for invoice ninja --- src/Handler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Handler.php b/src/Handler.php index f7c2d62..e717240 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -221,6 +221,9 @@ class Handler extends BaseHandler { 'enable' => $this->env->receiveGlobal('UNLIGHTHOUSE', 'Unlighthouse', '0'), 'urlprefix' => '', ], + 'invoiceninja' => [ + 'enable' => 0, + ], ]; } -- GitLab