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.
public: true/false
1 parent a1c5f30 commit 5050043Copy full SHA for 5050043
integrations/symfony-full-configuration.rst
@@ -78,6 +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 # Can be true to make the service public
82
config:
83
# Options to the Guzzle 6 constructor
84
timeout: 2
0 commit comments