From b9c1290774856cdf6191da432655a7bc9674055a Mon Sep 17 00:00:00 2001 From: AJ Meireles Date: Tue, 17 Sep 2024 11:25:06 -0300 Subject: [PATCH] update docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d238ed9..a020f87 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,5 +77,5 @@ Behind the scenes, this feature uses `Request::is` to check the current route. To avoid multiple requests to the git provider, the latest release is cached. If you want to clear the release cache, you can clear the entire application cache or run the following command to clear the release cache only: ```bash -php artisan envbar:clear-release-cache +php artisan envbar:flush-release-cache ```