Skip to content

Commit a83416b

Browse files
committed
update docs, remove setup_version from module.xml
1 parent 8753b17 commit a83416b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snippets/module/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"<?xml version=\"1.0\"?>",
66
"<config xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" ",
77
"\t\txsi:noNamespaceSchemaLocation=\"urn:magento:framework:ObjectManager/etc/module.xsd\">",
8-
"\t<module name=\"${1:Vendor_Module}\" setup_version=\"0.1.0\" />",
8+
"\t<module name=\"${1:Vendor_Module}\" />",
99
"</config>"
1010
],
1111
"description": "Magento 2 DI scaffold"

snippets/routes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\t$0",
1818
"</router>"
1919
],
20-
"description": "Magento 2 event"
20+
"description": "Magento 2 router"
2121
},
2222
"Route": {
2323
"prefix": "m2.routes.route",
@@ -26,6 +26,6 @@
2626
"\t<module name=\"${3:Vendor_Module}\" />",
2727
"</route>"
2828
],
29-
"description": "Magento 2 event observer"
29+
"description": "Magento 2 route"
3030
}
3131
}

0 commit comments

Comments
 (0)