Unit tests for Crypto package
This commit is contained in:
@@ -48,7 +48,7 @@ abstract class AbstractCrypt extends AbstractAlgorithm
|
||||
*/
|
||||
public function getPasswordHash($password)
|
||||
{
|
||||
return crypt($password, self::getSalt());
|
||||
return crypt($password, $this->getSalt());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user