diff --git a/config/packages/prod/framework.yaml b/config/packages/prod/framework.yaml deleted file mode 100644 index ae9b911df..000000000 --- a/config/packages/prod/framework.yaml +++ /dev/null @@ -1,3 +0,0 @@ -#framework: -# cache: -# system: cache.adapter.apcu diff --git a/config/services.yaml b/config/services.yaml index 928adf505..760c17c32 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -11,9 +11,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. bind: # defines the scalar arguments once and apply them to any service defined/created in this file $locales: '%app_locales%' $defaultLocale: '%locale%'