Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Bryan Brioso committed May 14, 2020
2 parents b8007c6 + f80e6a7 commit b49f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/MelisMarketPlaceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ public function melisMarketPlaceProductDoAction()
}

// Re-creating module.load
$moduleSvc->createModuleLoader('config/', $currentModules, [], []);
$moduleSvc->createModuleLoader('config/', $currentModules, []);
$composerSvc->remove($package);
// $composerSvc->dumpAutoload();
}
Expand Down

0 comments on commit b49f652

Please sign in to comment.