chill-base-app-v3/config/packages/loophp_psr17.yaml
2024-07-03 12:07:27 +02:00

9 lines
260 B
YAML

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'