Changes made using Rector
6 unresolved threads
6 unresolved threads
Closes #3301506
Merge request reports
Activity
88 88 */ 89 89 public static function create(ContainerInterface $container): self { 90 90 /** @var \Drupal\mongodb_watchdog\Logger $watchdog */ 91 $watchdog = $container->get(Logger::SERVICE_LOGGER); 91 $watchdog = $this->watchdog;
Please register or sign in to reply