Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit c5bf89d

Browse files
committed
Update Install Path
1 parent 7404408 commit c5bf89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModuleInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ModuleInstaller extends LibraryInstaller
1010
/**
1111
* {@inheritDoc}
1212
*/
13-
public function getPackageBasePath(PackageInterface $package)
13+
public function getInstallPath(PackageInterface $package)
1414
{
1515
$ex = explode('/', $package->getPrettyName());
1616
if (!isset($ex[1])) {

0 commit comments

Comments
 (0)