We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e014f commit 5f690a6Copy full SHA for 5f690a6
src/MagentoHackathon/Composer/Magento/Plugin.php
@@ -73,7 +73,6 @@ class Plugin implements PluginInterface, EventSubscriberInterface
73
*/
74
protected function initDeployManager(Composer $composer, IOInterface $io)
75
{
76
-
77
$this->deployManagerCore = new DeployManager($io);
78
$this->deployManager = new DeployManager($io);
79
$this->deployManager->setSortPriority($this->getSortPriority($composer));
@@ -188,6 +187,7 @@ public function onNewCodeEvent(CommandEvent $event)
188
187
189
$this->writeDebug('start magento deploy via deployManager');
190
+ $this->writeDebug('start magento module deploy via deployManager');
191
$this->deployManager->doDeploy();
192
$this->deployLibraries();
193
}
0 commit comments