Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -110,7 +110,7 @@ class ConfigImporter {
$message = 'The import failed due to the following reasons:' . "\n";
$message .= implode("\n", $config_importer->getErrors());
watchdog_exception('config_import', $e);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('config_import'), $e), fn() => watchdog_exception('config_import', $e));
throw new \Exception($message);
}
}
Loading