@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | if ($config['logging']) { |
52 | 52 | $container->register(LoggingInteractorDecorator::class) |
53 | - ->setDecoratedService(NewRelicInteractorInterface::class) |
|
53 | + ->setDecoratedService(NewRelicInteractorInterface::class) |
|
54 | 54 | ->setArguments( |
55 | 55 | [ |
56 | 56 | '$interactor' => new Reference(LoggingInteractorDecorator::class.'.inner'), |