Browse Source

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

Taylor Otwell 12 years ago
parent
commit
8e988192a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/crypter.php

+ 1 - 1
laravel/crypter.php

@@ -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