File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
resources/fileTemplates/internal Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ /*
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ -->
7
+ < html >
8
+ < body >
9
+ < table width ="100% " border ="0 " cellpadding ="5 " cellspacing ="0 " style ="border-collapse: collapse ">
10
+ < tr >
11
+ < td > < font face ="verdana " size ="-1 ">
12
+ The di.xml file configures which dependencies are injected by the object manager. You can also specify sensitive configuration settings using di.xml.
13
+ </ font > < br >
14
+ </ td >
15
+ </ tr >
16
+ < tr >
17
+ < td > < font face ="verdana " size ="-1 ">
18
+ < a href ="https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/di-xml-file.html "> Read more</ a > about di.xml.
19
+ </ font > < br >
20
+ </ td >
21
+ </ tr >
22
+ </ table >
23
+ </ body >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments