Automated Project Update Bot fixes
1 unresolved thread
1 unresolved thread
This merge request was automatically created by the Project Update Bot. It contains the changes from run 11-127659.
Merge request reports
Activity
added 1 commit
- fdf73ada - Automated Project Update Bot fixes from run 11-188815.
added 1 commit
98 100 * The entity type bundle info provider. 99 101 * @param \Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler 100 102 * The module handler service. 103 * @param \Drupal\Core\Config\TypedConfigManagerInterface $typed_configmanager 104 * The typed config manager. 101 105 */ 102 public function __construct(ConfigFactoryInterface $configFactory, EntityFieldManagerInterface $entityFieldManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler) { 103 parent::__construct($configFactory); 106 public function __construct(ConfigFactoryInterface $configFactory, EntityFieldManagerInterface $entityFieldManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, ModuleHandlerInterface $moduleHandler, TypedConfigManagerInterface $typed_configmanager) { 107 parent::__construct($configFactory, $typed_configmanager); changed this line in version 6 of the diff
Please register or sign in to reply