From 4fe802ce121b24cce20afb4ba0fdb8479cf3ccd8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 14 Feb 2023 08:49:48 -0600 Subject: [PATCH] Update UPGRADE.md --- UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE.md b/UPGRADE.md index a301445..d4be694 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -16,6 +16,7 @@ The deprecated `MocksApplicationServices` trait has been removed from the librar If your application uses these methods, we recommend you transition to `Event::fake` and `Bus::fake`, respectively. You can learn more about mocking via fakes in the corresponding documentation for the component you are attempting to fake. + ## Upgrading To 6.0 From 5.x ### Minimum Laravel Version