mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Do not use custom alias, use the class directly.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user