diff --git a/src/Thelia/Composer/TheliaInstaller.php b/src/Thelia/Composer/TheliaInstaller.php index 19571bf..9eec83d 100644 --- a/src/Thelia/Composer/TheliaInstaller.php +++ b/src/Thelia/Composer/TheliaInstaller.php @@ -28,7 +28,8 @@ class TheliaInstaller extends LibraryInstaller 'thelia-backoffice-template' => 'templates/backOffice/', 'thelia-email-template' => 'templates/email/', 'thelia-pdf-template' => 'templates/pdf/', - 'thelia-local' => 'local/' + 'thelia-local' => 'local/', + 'thelia-core' => '' ]; public function getInstallPath(PackageInterface $package)