File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Step/Deploy/PreDeploy/ConfigUpdate Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ public function execute()
94
94
if (isset ($ cacheConfig ['frontend ' ])) {
95
95
$ cacheConfig ['frontend ' ] = array_filter ($ cacheConfig ['frontend ' ], function ($ cacheFrontend ) {
96
96
$ backend = $ cacheFrontend ['backend ' ];
97
+ print_r ($ cacheFrontend );
97
98
$ customCacheBackend = $ cacheFrontend ['_custom_valkey_backend ' ]
98
99
?? $ cacheFrontend ['_custom_redis_backend ' ]
99
100
?? false ;
@@ -187,6 +188,8 @@ private function checkBackendModel(string $backend): void
187
188
188
189
try {
189
190
print_r ($ backend );
191
+ var_dump ($ backend );
192
+ echo 'debug code ' ;
190
193
print_r ($ notAllowedValkeyBackend );
191
194
if (in_array ($ backend , $ notAllowedValkeyBackend , true )
192
195
&& !$ this ->magentoVersion ->isGreaterOrEqual ('2.4.8 ' )) {
You can’t perform that action at this time.
0 commit comments