Skip to content

Commit

Permalink
Update TheliaInstaller.php
Browse files Browse the repository at this point in the history
Add core
  • Loading branch information
anoziere authored Aug 12, 2024
1 parent 6439d9d commit 30b7a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Thelia/Composer/TheliaInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30b7a08

Please sign in to comment.