@@ -55,8 +55,8 @@ |
||
55 | 55 | $container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser'); |
56 | 56 | $container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver'); |
57 | 57 | $container->registerForAutoconfiguration(FilterInterface::class) |
58 | - ->addTag('graphql.list_filter') |
|
59 | - ->setPublic(true); |
|
58 | + ->addTag('graphql.list_filter') |
|
59 | + ->setPublic(true); |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |