Skip to content

Commit

Permalink
coding standards fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markconroy committed May 30, 2024
1 parent 0dd2c59 commit ecb70ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localgov_microsites.install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function localgov_microsites_install() {
'microsites_trusted_editor',
];

// Set 'administer redirects' permission for microsite controllers and editors.
// Set 'administer redirects' permission for controllers and editors.
foreach ($role_names as $role_name) {
$role = Role::load($role_name);
$role->grantPermission('administer redirects');
Expand All @@ -44,7 +44,7 @@ function localgov_microsites_update_10001() {
\Drupal::service('module_installer')->install(['redirect']);
}

// Set 'administer redirects' permission for microsite controllers and editors.
// Set 'administer redirects' permission for controllers and editors.
$role_names = [
'microsites_controller',
'microsites_trusted_editor',
Expand Down

0 comments on commit ecb70ec

Please sign in to comment.