Altering visibility of Crypter::randomizer() to public.

This commit is contained in:
Greg Aker 2012-04-07 14:09:22 -05:00
parent 825e8b2d49
commit 88dd2f3232
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public static function decrypt($value)
* *
* @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