Merge pull request #515 from gaker/develop

Change visibility on Crypter::randomizer()
This commit is contained in:
Taylor Otwell 2012-04-08 07:37:38 -07:00
commit f786b33e85
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public static function decrypt($value)
*
* @return int
*/
protected static function randomizer()
public static function randomizer()
{
// There are various sources from which we can get random numbers
// but some are more random than others. We'll choose the most