Commit f786b33e authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #515 from gaker/develop

Change visibility on Crypter::randomizer()
parents 825e8b2d 88dd2f32
...@@ -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