Automated Project Update Bot fixes from run 11-137198.
1 unresolved thread
Merge request reports
Activity
56 56 throw $e; 57 57 } 58 58 catch (\Exception $e) { 59 \watchdog_exception('commerce_datatrans', $e); 59 \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('commerce_datatrans'), $e), fn() => \watchdog_exception('commerce_datatrans', $e)); changed this line in version 5 of the diff
added 1 commit
- f7f8d665 - Update core version requirements accroding to berdirs feedabck.
added 1 commit
- 4e34f39a - Change to only Error::logException as suggestied by berdir.
Please register or sign in to reply