From 965cba85314a7afc78d5e426a19c600b17eb7f42 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 21 May 2025 09:51:56 +0200 Subject: [PATCH] Remove 'module' installation path from TheliaInstaller The 'module' path configuration has been removed from the TheliaInstaller. This change streamlines the installer by focusing only on template-related paths. --- src/Composer/Installers/TheliaInstaller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Composer/Installers/TheliaInstaller.php b/src/Composer/Installers/TheliaInstaller.php index 896bed5c..197ccf85 100644 --- a/src/Composer/Installers/TheliaInstaller.php +++ b/src/Composer/Installers/TheliaInstaller.php @@ -6,7 +6,6 @@ class TheliaInstaller extends BaseInstaller { /** @var array */ protected $locations = array( - 'module' => 'local/modules/{$name}/', 'frontoffice-template' => 'templates/frontOffice/{$name}/', 'backoffice-template' => 'templates/backOffice/{$name}/', 'email-template' => 'templates/email/{$name}/',