Skip to content

Commit

Permalink
Typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjas1997 committed Nov 16, 2022
1 parent e62123e commit 27a5771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/front/fail.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function init()
Tools::redirect($redirectLink);
}

/** @var CartDuplicationService $cartDuplicationService */
$cartDuplicationService = $this->module->getService(CartDuplicationService::class);
$cartDuplicationService->restoreCart($this->id_cart);

Expand Down

0 comments on commit 27a5771

Please sign in to comment.