From 79f06cde47b789a9957d775fd7c7b71728bdc9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Nozi=C3=A8re?= <118798868+anoziere@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:32:02 +0200 Subject: [PATCH] Update TheliaInstaller.php Add type "thelia-core" --- src/Thelia/Composer/TheliaInstaller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Thelia/Composer/TheliaInstaller.php b/src/Thelia/Composer/TheliaInstaller.php index 5d7c459..bef3e94 100644 --- a/src/Thelia/Composer/TheliaInstaller.php +++ b/src/Thelia/Composer/TheliaInstaller.php @@ -29,6 +29,7 @@ class TheliaInstaller extends LibraryInstaller 'thelia-email-template' => 'templates/email/', 'thelia-pdf-template' => 'templates/pdf/', 'thelia-local' => 'local/', + 'thelia-core' => '', ]; public function getInstallPath(PackageInterface $package)