chill-base-app-v3/config/packages/loophp_psr17.yaml

9 lines
260 B
YAML
Raw Permalink Normal View History

2024-07-03 10:07:27 +00:00
services:
# Register loophp/psr17/Psr17 class and autowire/autoconfigure it.
loophp\psr17\Psr17:
autowire: true
autoconfigure: true
# Alias the service to the Psr17 interface.
loophp\psr17\Psr17Interface: '@loophp\psr17\Psr17'