File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/PageCache/Model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Config
50
50
protected $ _scopeConfig ;
51
51
52
52
/**
53
- * XML path to Varnish 5 config template path
53
+ * XML path to Varnish 6 config template path
54
54
*/
55
55
const VARNISH_6_CONFIGURATION_PATH = 'system/full_page_cache/varnish6/path ' ;
56
56
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ class VclTemplateLocator implements VclTemplateLocatorInterface
34
34
const VARNISH_4_CONFIGURATION_PATH = 'system/full_page_cache/varnish4/path ' ;
35
35
36
36
/**
37
- *
37
+ * Varnish 4 supported version
38
38
*/
39
39
const VARNISH_SUPPORTED_VERSION_4 = '4 ' ;
40
40
41
41
/**
42
- *
42
+ * Varnish 5 supported version
43
43
*/
44
44
const VARNISH_SUPPORTED_VERSION_5 = '5 ' ;
45
45
46
46
/**
47
- *
47
+ * Varnish 6 supported version
48
48
*/
49
49
const VARNISH_SUPPORTED_VERSION_6 = '6 ' ;
50
50
You can’t perform that action at this time.
0 commit comments