Skip to content

Commit

Permalink
Issue #3490462: Test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rochek03 committed Dec 3, 2024
1 parent aac7e14 commit 670c40c
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,22 @@ function social_group_flexible_group_update_130008(): void {
->set('content', $content)
->save();
}

/**
* Implements hook_update_dependencies().
*/
function social_group_flexible_group_update_dependencies(): array {
// Just for test.
$dependencies['social_group_flexible_group'][130009] = [
'social_group_request' => 13002,
];

return $dependencies;
}

/**
* Revoke permissions for Authenticated (outsider) group role.
*/
function social_group_flexible_group_update_130009(): void {
// Just for test. Do nothing.
}

0 comments on commit 670c40c

Please sign in to comment.