File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Backend/App/Action/Plugin Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \Backend \App \Action \Plugin ;
9
9
10
10
use Magento \Backend \App \AbstractAction ;
11
+ use Magento \Framework \App \RequestInterface ;
11
12
use Magento \Framework \View \DesignLoader ;
12
13
13
14
/**
@@ -34,10 +35,11 @@ public function __construct(DesignLoader $designLoader)
34
35
* Initiates design before dispatching Backend Actions.
35
36
*
36
37
* @param AbstractAction $backendAction
38
+ * @param RequestInterface $request
37
39
* @return void
38
40
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
39
41
*/
40
- public function beforeDispatch (AbstractAction $ backendAction )
42
+ public function beforeDispatch (AbstractAction $ backendAction, RequestInterface $ request )
41
43
{
42
44
$ this ->designLoader ->load ();
43
45
}
You can’t perform that action at this time.
0 commit comments