correct small bug, source files aren't installed and removed from the same path (problem with targetDir package attribute)
parent
7adc41d02c
commit
79a4c5cac1
|
@ -178,7 +178,7 @@ class LibraryInstaller implements InstallerInterface
|
||||||
|
|
||||||
protected function removeCode(PackageInterface $package)
|
protected function removeCode(PackageInterface $package)
|
||||||
{
|
{
|
||||||
$downloadPath = $this->getPackageBasePath($package);
|
$downloadPath = $this->getInstallPath($package);
|
||||||
$this->downloadManager->remove($package, $downloadPath);
|
$this->downloadManager->remove($package, $downloadPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue