Do not notify installation of aliases
parent
2ca488f030
commit
6864555aa4
|
@ -189,8 +189,6 @@ class InstallationManager
|
||||||
if (!$repo->hasPackage($package)) {
|
if (!$repo->hasPackage($package)) {
|
||||||
$repo->addPackage(clone $package);
|
$repo->addPackage(clone $package);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->notifyInstall($package);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue