Skip to content

Commit f6e5323

Browse files
author
Dmytro Poperechnyy
committed
MAGETWO-35527: Rename getDefaultRedirect method to getDefaultResult
- Integration test fixed;
1 parent a2a5ac9 commit f6e5323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Cache/MassRefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function execute()
3333
$this->messageManager->addSuccess(__("%1 cache type(s) refreshed.", $updatedTypes));
3434
}
3535

36-
return $this->getDefaultResultt();
36+
return $this->getDefaultResult();
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)