File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ class Config extends AbstractHelper
3838 /** @var Logger $logger */
3939 protected $ logger ;
4040
41+ /** @var WriterInterface $writerInterface */
42+ protected $ writerInterface ;
43+
4144 /**
4245 * @param Context $context
4346 * @param ModuleListInterface $moduleList
Original file line number Diff line number Diff line change 55 "license" : [
66 " MIT"
77 ],
8- "version" : " 1.2.0 " ,
8+ "version" : " 1.2.1 " ,
99 "require" : {
1010 "php" : " ^7.2 || ^8.1" ,
1111 "magento/magento2-base" : " 2.3.* || 2.4.*"
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
10- <module name =" Webscale_Varnish" setup_version =" 1.2.0 " />
10+ <module name =" Webscale_Varnish" setup_version =" 1.2.1 " />
1111</config >
You can’t perform that action at this time.
0 commit comments