Delete unnecessary class member
This commit is contained in:
parent
ac7fb4a31d
commit
d7efe9f671
|
@ -143,13 +143,6 @@ class Protection
|
||||||
*/
|
*/
|
||||||
private $algorithm = '';
|
private $algorithm = '';
|
||||||
|
|
||||||
/**
|
|
||||||
* Hash value.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
private $hash = '';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Salt value.
|
* Salt value.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue