Skip to content

Commit

Permalink
fix(SHS-5907): Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
codechefmarc committed Nov 21, 2024
1 parent b694932 commit fd01ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,6 @@ function su_humsci_profile_update_9714() {
function su_humsci_profile_update_9715() {
\Drupal::service('module_installer')->install(['content_access_simple']);
user_role_grant_permissions('site_manager', [
'grant content access simple'
'grant content access simple',
]);
}

0 comments on commit fd01ca9

Please sign in to comment.