Skip to content

Commit

Permalink
feat(update): Update path for flexible permissions
Browse files Browse the repository at this point in the history
sylus committed Apr 15, 2024
1 parent 8d65ba4 commit 9ecd20a
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ core_version_requirement: '^9 || ^10'
package: WxT
dependencies:
- 'config_rewrite:config_rewrite'
- 'flexible_permissions:flexible_permissions'
- 'gnode:gnode'
- 'group:group'
- 'wxt_ext_blog:wxt_ext_blog'
13 changes: 13 additions & 0 deletions modules/custom/wxt_ext/wxt_ext_group/wxt_ext_group.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

/**
* @file
* Install and uninstall functions for the WxT Extend Groups module.
*/

/**
* Installs the Flexible Permissions module.
*/
function wxt_ext_group_update_8201() {
\Drupal::service('module_installer')->install(['flexible_permissions']);
}

0 comments on commit 9ecd20a

Please sign in to comment.