@@ -59,11 +59,11 @@ |
||
59 | 59 | $container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser'); |
60 | 60 | $container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver'); |
61 | 61 | $container->registerForAutoconfiguration(SearchByInterface::class) |
62 | - ->addTag('graphql.list_search') |
|
63 | - ->setPublic(true); |
|
62 | + ->addTag('graphql.list_search') |
|
63 | + ->setPublic(true); |
|
64 | 64 | $container->registerForAutoconfiguration(FilterInterface::class) |
65 | - ->addTag('graphql.list_filter') |
|
66 | - ->setPublic(true); |
|
65 | + ->addTag('graphql.list_filter') |
|
66 | + ->setPublic(true); |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | /** |