From 58bb6495e1883645887e111ece9ef70149e0ccc4 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Wed, 8 Apr 2020 15:49:30 +0000 Subject: [PATCH] Coding standards --- islandora.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.install b/islandora.install index d0a7d5d6..e309f773 100644 --- a/islandora.install +++ b/islandora.install @@ -77,6 +77,6 @@ function islandora_update_8002(&$sandbox) { $config->save(); } - // Force drupal to reload the config. + // Force drupal to reload the config. \Drupal::service('plugin.manager.context')->clearCachedDefinitions(); }