Skip to content

Commit 510cf9b

Browse files
committed
update code
1 parent ae7bfb6 commit 510cf9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Captcha/Plugin/CheckCaptchaOnStorefront.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ class CheckCaptchaOnStorefront
2020
/**
2121
* @var HelperCaptcha
2222
*/
23-
protected $helper;
23+
private $helper;
2424

2525
/**
2626
* Customer session
2727
*
2828
* @var HttpContext
2929
*/
30-
protected $httpContext;
30+
private $httpContext;
3131

3232
/**
3333
* CheckCaptchaOnStorefront constructor

0 commit comments

Comments
 (0)