We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93cfc0 commit 4c3d490Copy full SHA for 4c3d490
symfony/framework-bundle/4.2/config/services.yaml
@@ -10,9 +10,6 @@ services:
10
_defaults:
11
autowire: true # Automatically injects dependencies in your services.
12
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
13
- public: false # Allows optimizing the container by removing unused services; this also means
14
- # fetching services directly from the container via $container->get() won't work.
15
- # The best practice is to be explicit about your dependencies anyway.
16
17
# makes classes in src/ available to be used as services
18
# this creates a service per class whose id is the fully-qualified class name
0 commit comments