|
@@ -58,11 +58,11 @@ |
|
|
block discarded – undo |
|
58
|
58
|
$container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser'); |
|
59
|
59
|
$container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver'); |
|
60
|
60
|
$container->registerForAutoconfiguration(FilterInterface::class) |
|
61
|
|
- ->addTag('graphql.list_filter') |
|
62
|
|
- ->setPublic(true); |
|
|
61
|
+ ->addTag('graphql.list_filter') |
|
|
62
|
+ ->setPublic(true); |
|
63
|
63
|
|
|
64
|
64
|
$container->registerForAutoconfiguration(SubscriptionAwareInterface::class) |
|
65
|
|
- ->addMethodCall('setPublisher', [new Reference(Publisher::class)]); |
|
|
65
|
+ ->addMethodCall('setPublisher', [new Reference(Publisher::class)]); |
|
66
|
66
|
} |
|
67
|
67
|
|
|
68
|
68
|
/** |
Please login to merge, or discard this patch.