Skip to content

Commit 88dd2f3

Browse files
committed
Altering visibility of Crypter::randomizer() to public.
1 parent 825e8b2 commit 88dd2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/crypter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static function decrypt($value)
7474
*
7575
* @return int
7676
*/
77-
protected static function randomizer()
77+
public static function randomizer()
7878
{
7979
// There are various sources from which we can get random numbers
8080
// but some are more random than others. We'll choose the most

0 commit comments

Comments
 (0)