Skip to content

Commit

Permalink
Update TheliaInstaller.php
Browse files Browse the repository at this point in the history
Remove thelia-core type
  • Loading branch information
anoziere authored Jul 25, 2024
1 parent 79f06cd commit 6439d9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Thelia/Composer/TheliaInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class TheliaInstaller extends LibraryInstaller
'thelia-backoffice-template' => 'templates/backOffice/',
'thelia-email-template' => 'templates/email/',
'thelia-pdf-template' => 'templates/pdf/',
'thelia-local' => 'local/',
'thelia-core' => '',
'thelia-local' => 'local/'
];

public function getInstallPath(PackageInterface $package)
Expand Down

0 comments on commit 6439d9d

Please sign in to comment.