Commit eb0900b6 authored by Antonín Slejška's avatar Antonín Slejška
Browse files

Issue #3244812 by Berdir: Fix usage of entity.manager service

parent c76e37df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ class MoveFileContentTypesForm extends ConfigFormBase {
  public static function create(ContainerInterface $container) {
    return new static(
      $container->get('config.factory'),
      $container->get('entity.manager'),
      $container->get('entity_type.manager'),
      $container->get('entity_field.manager')
    );
  }