Altering visibility of Crypter::randomizer() to public.
This commit is contained in:
@@ -74,7 +74,7 @@ class Crypter {
|
|||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
protected static function randomizer()
|
public static function randomizer()
|
||||||
{
|
{
|
||||||
// There are various sources from which we can get random numbers
|
// There are various sources from which we can get random numbers
|
||||||
// but some are more random than others. We'll choose the most
|
// but some are more random than others. We'll choose the most
|
||||||
|
|||||||
Reference in New Issue
Block a user