From 4c3d490527d501c002e4e4a944258c7d5cafd4a6 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 11 Oct 2018 17:11:54 -0700 Subject: [PATCH] Remove "private" from defaults, it already is --- symfony/framework-bundle/4.2/config/services.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/symfony/framework-bundle/4.2/config/services.yaml b/symfony/framework-bundle/4.2/config/services.yaml index 07d653cb..5c4b4175 100644 --- a/symfony/framework-bundle/4.2/config/services.yaml +++ b/symfony/framework-bundle/4.2/config/services.yaml @@ -10,9 +10,6 @@ services: _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. - public: false # Allows optimizing the container by removing unused services; this also means - # fetching services directly from the container via $container->get() won't work. - # The best practice is to be explicit about your dependencies anyway. # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name