Skip to content

Commit f32d86b

Browse files
author
Yuri Kovsher
committed
MAGETWO-34589: Refactor controller actions in the Checkout area
1 parent 0754a60 commit f32d86b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/internal/Magento/Framework/App/Action/Context.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,12 @@ public function getResultRedirectFactory()
184184
{
185185
return $this->resultRedirectFactory;
186186
}
187+
188+
/**
189+
* @return \Magento\Framework\Controller\ResultFactory
190+
*/
191+
public function getResultFactory()
192+
{
193+
return $this->resultFactory;
194+
}
187195
}

0 commit comments

Comments
 (0)