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.
#[AutowireInline]
2 parents e25fe48 + d8fabc8 commit 61949ebCopy full SHA for 61949eb
service_container/autowiring.rst
@@ -876,7 +876,7 @@ corresponding arguments::
876
877
public function __construct(
878
#[AutowireInline(
879
- factory: [ScopingHttpClient::class, 'forBaseUri'],
+ class: [ScopingHttpClient::class, 'forBaseUri'],
880
arguments: [
881
'$baseUri' => 'https://api.example.com',
882
'$defaultOptions' => [
0 commit comments