From a74f757531df2f102139e1fd37e41a2872a77cfd Mon Sep 17 00:00:00 2001 From: Kei Date: Mon, 6 May 2024 03:58:30 +0700 Subject: [PATCH] Add `storage` to reserved word list https://laravel.com/docs/11.x/filesystem#the-public-disk --- config/urlhub.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/urlhub.php b/config/urlhub.php index 6e70542f0..b72cb59ab 100644 --- a/config/urlhub.php +++ b/config/urlhub.php @@ -58,6 +58,7 @@ 'reserved_keyword' => [ 'images', 'fonts', + 'storage', ], 'web_title' => env('UH_WEB_TITLE', true),