Skip to content

Commit 4c3d490

Browse files
Remove "private" from defaults, it already is
1 parent a93cfc0 commit 4c3d490

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

symfony/framework-bundle/4.2/config/services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ services:
1010
_defaults:
1111
autowire: true # Automatically injects dependencies in your services.
1212
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.
1613

1714
# makes classes in src/ available to be used as services
1815
# this creates a service per class whose id is the fully-qualified class name

0 commit comments

Comments
 (0)