From 44642ce2921541567f439ba7cdbfcf013ea27b06 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Wed, 24 Oct 2018 17:54:00 +0200 Subject: [PATCH] Symfony bundle > Add `public: true/false` to configuration --- integrations/symfony-full-configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/symfony-full-configuration.rst b/integrations/symfony-full-configuration.rst index a6a1c14..b18463d 100644 --- a/integrations/symfony-full-configuration.rst +++ b/integrations/symfony-full-configuration.rst @@ -78,6 +78,7 @@ This page shows an example of all configuration values provided by the bundle. service: 'my_service' # Can not be used with "factory" or "config" flexible_client: false # Can only be true if http_methods_client is false http_methods_client: false # Can only be true if flexible_client is false + public: false # Set to true if you really cannot use dependency injection and need to make the client service public config: # Options to the Guzzle 6 constructor timeout: 2