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.
2 parents d20d1a6 + 7b2f611 commit 008f425Copy full SHA for 008f425
integrations/symfony-full-configuration.rst
@@ -78,7 +78,7 @@ This page shows an example of all configuration values provided by the bundle.
78
service: 'my_service' # Can not be used with "factory" or "config"
79
flexible_client: false # Can only be true if http_methods_client is false
80
http_methods_client: false # Can only be true if flexible_client is false
81
- public: false # Set to true if you really cannot use dependency injection and need to make the client service public
+ public: null # Set to true if you really cannot use dependency injection and need to make the client service public
82
config:
83
# Options to the Guzzle 6 constructor
84
timeout: 2
0 commit comments