Skip to content
Snippets Groups Projects
Commit 69312f04 authored by Tyler Struyk's avatar Tyler Struyk
Browse files

Merge branch 'feature/ISTWCMS-7187-ibiki-nested_categories' into '1.1.x'

ISTWCMS-7187: Installing views_tree module.

See merge request !202
parents f3967268 3d05e6c6
No related branches found
No related tags found
1 merge request!202ISTWCMS-7187: Installing views_tree module.
...@@ -2095,3 +2095,10 @@ function uw_sites_all_update_9168(&$sandbox) { ...@@ -2095,3 +2095,10 @@ function uw_sites_all_update_9168(&$sandbox) {
); );
} }
} }
/**
* 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