Skip to content

Commit 5f690a6

Browse files
FlyingmanaDavid Verholen
authored andcommitted
add own deploy manager object for core installer
1 parent 91e014f commit 5f690a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MagentoHackathon/Composer/Magento/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class Plugin implements PluginInterface, EventSubscriberInterface
7373
*/
7474
protected function initDeployManager(Composer $composer, IOInterface $io)
7575
{
76-
7776
$this->deployManagerCore = new DeployManager($io);
7877
$this->deployManager = new DeployManager($io);
7978
$this->deployManager->setSortPriority($this->getSortPriority($composer));
@@ -188,6 +187,7 @@ public function onNewCodeEvent(CommandEvent $event)
188187

189188
$this->writeDebug('start magento deploy via deployManager');
190189

190+
$this->writeDebug('start magento module deploy via deployManager');
191191
$this->deployManager->doDeploy();
192192
$this->deployLibraries();
193193
}

0 commit comments

Comments
 (0)