Commit 88dd2f32 authored by Greg Aker's avatar Greg Aker

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

parent 825e8b2d
...@@ -74,7 +74,7 @@ class Crypter { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment