diff --git a/loophp/psr17/1.0/config/packages/loophp_psr17.yaml b/loophp/psr17/1.0/config/packages/loophp_psr17.yaml index 7a16fdf7..b5481376 100644 --- a/loophp/psr17/1.0/config/packages/loophp_psr17.yaml +++ b/loophp/psr17/1.0/config/packages/loophp_psr17.yaml @@ -1,9 +1,8 @@ services: # Register loophp/psr17/Psr17 class and autowire/autoconfigure it. - loophp.psr17.psr17: - class: loophp\psr17\Psr17 + loophp\psr17\Psr17: autowire: true autoconfigure: true # Alias the service to the Psr17 interface. - loophp\psr17\Psr17Interface: '@loophp.psr17.psr17' + loophp\psr17\Psr17Interface: '@loophp\psr17\Psr17'