Commit ee657f7d authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3272207: Switch to use the Module Installer Factory in the Varbase Blog...

Issue #3272207: Switch to use the Module Installer Factory in the Varbase Blog (Corporate Blog) module
parent 705591c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
    "oomphinc/composer-installers-extender": "~1.0 || ~2.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/core": "~9.0",
    "vardot/entity-definition-update-manager": "~1.0",
    "vardot/module-installer-factory": "~1.0",
    "drupal/varbase_core": "~9.0.0 || 9.0.x-dev",
    "drupal/varbase_media": "~9.0.0 || 9.0.x-dev",
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 */

use Drupal\Core\Config\InstallStorage;
use Vardot\Entity\EntityDefinitionUpdateManager;
use Vardot\Installer\ModuleInstallerFactory;

/**