Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -223,7 +223,7 @@ class EntityUsageBatchManager implements ContainerInjectionInterface {
}
}
catch (\Exception $e) {
watchdog_exception('entity_usage.batch', $e);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('entity_usage.batch'), $e), fn() => watchdog_exception('entity_usage.batch', $e));
}
if (
Loading