Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 18, 2024
1 parent fe9a599 commit 45f63e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Illuminate/Support/Lottery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 45f63e1

Please sign in to comment.