We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4409922 commit 6b91966Copy full SHA for 6b91966
src/Os2webLoggingServiceProvider.php
@@ -19,7 +19,7 @@ public function alter(ContainerBuilder $container) {
19
// Skipping calls when container is not ready.
20
// We need the container to be reader in order to fetch module
21
// configuration.
22
- if (!\Drupal::hasContainer()) {
+ if (!\Drupal::hasContainer() || !\Drupal::hasService('config.factory')) {
23
return;
24
}
25
0 commit comments