Commit 8e988192 authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'develop' of github.com:laravel/laravel into develop

parents 0eb79a5b f786b33e
...@@ -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