Skip to content

Commit

Permalink
Fix Lottery helper method name (#9711)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonCooper authored Jun 18, 2024
1 parent 9555e96 commit 64eb35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,7 @@ Laravel provides some simple methods to allow you to easily test your applicatio
Lottery::fix([true, false]);

// Lottery will return to normal behavior...
Lottery::determineResultsNormally();
Lottery::determineResultNormally();

<a name="pipeline"></a>
### Pipeline
Expand Down

0 comments on commit 64eb35e

Please sign in to comment.