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 776b511 + 2db57f4 commit 5881289Copy full SHA for 5881289
src/guides/v2.3/extension-dev-guide/depend-inj.md
@@ -85,7 +85,7 @@ class Builder
85
86
### Constructor injection
87
88
-In the code sample, the `Builder` class declares its dependency on the `Factory` and `Menu` classes in its constructor.
+In the code sample, the `Builder` class declares its dependency on the `Factory` class in its constructor.
89
Magento uses the `di.xml` file to determine which implementations to inject into the `Builder` class.
90
91
#### Optional dependencies
0 commit comments