Skip to content
Snippets Groups Projects
Commit d3c44415 authored by Igor Biki's avatar Igor Biki Committed by Lily Yan
Browse files

ISTWCMS-7187: Installing views_tree module.

parent f3967268
No related branches found
No related tags found
1 merge request!202ISTWCMS-7187: Installing views_tree module.
...@@ -2094,4 +2094,10 @@ function uw_sites_all_update_9168(&$sandbox) { ...@@ -2094,4 +2094,10 @@ function uw_sites_all_update_9168(&$sandbox) {
strtotime('+1 day') strtotime('+1 day')
); );
} }
/**
* Installing views_tree module.
*/
function uw_sites_all_update_9169(&$sandbox) {
\Drupal::service('module_installer')->install(['views_tree']);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment