ebs/config/packages_extra/uuid.yaml
2023-12-21 08:49:38 +01:00

11 lines
393 B
YAML

# additional services related to the uuid component
services:
_defaults:
autowire: true
autoconfigure: true
# Activate these commands
Symfony\Component\Uid\Command\GenerateUlidCommand: ~
Symfony\Component\Uid\Command\GenerateUuidCommand: ~
Symfony\Component\Uid\Command\InspectUlidCommand: ~
Symfony\Component\Uid\Command\InspectUuidCommand: ~