From 505cb3fdc7a7e841281e3060555468c1acd399e8 Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Wed, 6 Nov 2024 22:50:43 +0530 Subject: [PATCH] DEV: add env variable for profile_photo_disk --- config/jetstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jetstream.php b/config/jetstream.php index 81749389..927e4bb0 100644 --- a/config/jetstream.php +++ b/config/jetstream.php @@ -76,6 +76,6 @@ | */ - 'profile_photo_disk' => 'public', + 'profile_photo_disk' => env('PROFILE_PHOTO_DISK', 'public'), ];