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)