make getSalt() abstract
This commit is contained in:
@@ -56,8 +56,5 @@ abstract class AbstractCrypt extends AbstractAlgorithm
|
||||
*
|
||||
* @return string The salt string.
|
||||
*/
|
||||
protected function getSalt()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
protected abstract function getSalt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user