Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajo Seng committed Mar 3, 2022
1 parent 02670bb commit afe71e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Hajoseng/Composer/ModuleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ class ModuleInstaller extends LibraryInstaller
{
public function getInstallPath(PackageInterface $package)
{
// return '.';

return './';
/*
$extra = $package->getExtra();
if (isset($extra['moduleName']) && $extra['moduleName'] != '') {
return 'module/'.$extra['moduleName'];
}
return 'module';

*/
}

public function supports($packageType)
Expand Down

0 comments on commit afe71e2

Please sign in to comment.