Skip to content

Commit

Permalink
Removed Magento/Customer/Model/RedirectCookieManager. Deprecated getC…
Browse files Browse the repository at this point in the history
…ookieManager, setCookieManager, getRedirectCookie, setRedirectCookie, clearRedirectCookie
  • Loading branch information
sashas777 committed Feb 6, 2020
1 parent cd5ef3c commit dc416a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Model/Account/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function __construct(
DecoderInterface $urlDecoder,
CustomerUrl $customerUrl,
ResultFactory $resultFactory,
CookieMetadataFactory $cookieMetadataFactory
CookieMetadataFactory $cookieMetadataFactory,
HostChecker $hostChecker = null
) {
$this->request = $request;
Expand Down

0 comments on commit dc416a9

Please sign in to comment.