From a48d242759704e598242074daf0060bbeb6ed46d Mon Sep 17 00:00:00 2001 From: Tom Westrick Date: Thu, 7 Nov 2024 16:51:45 -0500 Subject: [PATCH] Update UPGRADE.md (#1515) Remove the verbiage to publish Horizon's assets after upgrade --- UPGRADE.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index ccbcd2dc..d999cfa4 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,11 +1,4 @@ -# Upgrade Guide - -With every upgrade, make sure to publish Horizon's assets and clear the view cache: - - php artisan horizon:publish - - php artisan view:clear - +# Upgrade Guide ## Upgrading To 5.0 From 4.x