mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
10 lines
296 B
YAML
10 lines
296 B
YAML
services:
|
|
_defaults:
|
|
public: true
|
|
|
|
# If you need to access services in a test, create an alias
|
|
# and then fetch that alias from the container. As a convention,
|
|
# aliases are prefixed with test. For example:
|
|
#
|
|
# test.App\Service\MyService: '@App\Service\MyService'
|