From f0ecc0fd3d953b8c587de581db71d3cc4f1eb18e Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Wed, 12 Mar 2025 12:02:34 -0500 Subject: [PATCH] fix: create profile photo disk for jetstream --- config/jetstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jetstream.php b/config/jetstream.php index 8eee1d6..bdd24e1 100644 --- a/config/jetstream.php +++ b/config/jetstream.php @@ -77,6 +77,6 @@ return [ | */ - 'profile_photo_disk' => 'public', + 'profile_photo_disk' => env('JETSTREAM_PROFILE_PHOTO_DISK', 'public'), ];