Skip to content

Commit

Permalink
UHF-9620: Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Feb 23, 2024
1 parent 57e8a43 commit c747b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helfi_proxy.install
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ function helfi_proxy_update_9002() : void {
$configInstaller = \Drupal::service('config.installer');
$configInstaller->installDefaultConfig('module', 'helfi_proxy');

// Re-installing the default configuration does not install purge configuration
// for some reason.
// Re-installing the default configuration does not install purge
// configuration for some reason.
$plugins = \Drupal::configFactory()->getEditable('purge.plugins');
$purgers = $plugins->get('purgers');

Expand Down

0 comments on commit c747b60

Please sign in to comment.