From 64eb35ea054ff657e27aba694e8c1a8fae8d2f80 Mon Sep 17 00:00:00 2001 From: Anthony Cooper Date: Tue, 18 Jun 2024 18:22:04 +0100 Subject: [PATCH] Fix Lottery helper method name (#9711) --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index 5906469c04..d1db124585 100644 --- a/helpers.md +++ b/helpers.md @@ -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(); ### Pipeline