From 8f91f480eb03f2d45ca3781c24c6ea7a39978377 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sat, 31 Jan 2026 15:00:25 +0100 Subject: [PATCH] test --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index a7051c7..3d671bd 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -40,7 +40,7 @@ return [ 'public' => [ 'driver' => 'local', - 'root' => storage_path(env('STORAGE_PATH')), + 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false,