@@ -170,10 +170,6 @@ public function __construct(EntityTypeManagerInterface $entity_type_manager, Ent
$this->keyValueFactory=$key_value_factory;
$this->moduleHandler=$module_handler;
$this->cacheBackend=$cache_backend;
if(!$entity_last_installed_schema_repository){
@trigger_error('The entity.last_installed_schema.repository service must be passed to EntityFieldManager::__construct(), it is required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('Passing the state service to '.__METHOD__.'() is deprecated in drupal:9.1.0 and will be removed before drupal:10.0.0. Only pass five parameters instead. See https://www.drupal.org/node/3158440',E_USER_DEPRECATED);