From 45f63e138823d911c9ae27ecf56cea51c30cb4d9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 18 Jun 2024 12:22:56 -0500 Subject: [PATCH] wip --- src/Illuminate/Support/Lottery.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Illuminate/Support/Lottery.php b/src/Illuminate/Support/Lottery.php index 9bf3b47d01d2..ebf389bf9e0c 100644 --- a/src/Illuminate/Support/Lottery.php +++ b/src/Illuminate/Support/Lottery.php @@ -248,6 +248,16 @@ public static function forceResultWithSequence($sequence, $whenMissing = null) }); } + /** + * Indicate that the lottery results should be determined normally. + * + * @return void + */ + public static function determineResultsNormally() + { + return static::determineResultNormally(); + } + /** * Indicate that the lottery results should be determined normally. *