Skip to content

Commit

Permalink
Fix fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Shanahan-Kluth committed Jun 18, 2020
1 parent e100972 commit 398cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observer/DisableFrontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(
ActionFlag $actionFlag,
RedirectInterface $redirect,
Data $helperBackend,
DisableFrontendHelper $disableFrontendHelper,
DisableFrontendHelper $disableFrontendHelper
) {
$this->_actionFlag = $actionFlag;
$this->redirect = $redirect;
Expand Down

0 comments on commit 398cb10

Please sign in to comment.