Skip to content
Snippets Groups Projects
Commit 264bae6b authored by Vladyslav Shcherbyna's avatar Vladyslav Shcherbyna
Browse files

Merge remote-tracking branch 'origin/CatalogStaging' into CatalogStaging

parents fc24ea80 20404ee1
Branches
No related merge requests found
......@@ -30,12 +30,10 @@ class Design
* @return mixed
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function aroundDispatch(
public function beforeDispatch(
\Magento\Framework\App\ActionInterface $subject,
\Closure $proceed,
\Magento\Framework\App\RequestInterface $request
) {
$this->_designLoader->load();
return $proceed($request);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment