Delete unnecessary class member

This commit is contained in:
Reijn 2020-05-31 19:03:19 +03:00
parent ac7fb4a31d
commit d7efe9f671
1 changed files with 0 additions and 7 deletions

View File

@ -143,13 +143,6 @@ class Protection
*/
private $algorithm = '';
/**
* Hash value.
*
* @var string
*/
private $hash = '';
/**
* Salt value.
*