diff --git a/laravel/crypter.php b/laravel/crypter.php index f5113f34..18bac81b 100644 --- a/laravel/crypter.php +++ b/laravel/crypter.php @@ -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