Commit 5c8c90a2 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 87de3166
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,10 +5,7 @@
 * Install, update and uninstall functions for the varbase blog module.
 */

use Symfony\Component\Yaml\Yaml;
use Drupal\Core\Config\InstallStorage;
use Drupal\Core\Config\StorageInterface;
use Drupal\Core\Config\FileStorage;
use Vardot\Installer\ModuleInstallerFactory;

/**