fix: create profile photo disk for jetstream

This commit is contained in:
hackerESQ
2025-03-12 12:02:34 -05:00
parent 03b75fb683
commit f0ecc0fd3d
+1 -1
View File
@@ -77,6 +77,6 @@ return [
|
*/
'profile_photo_disk' => 'public',
'profile_photo_disk' => env('JETSTREAM_PROFILE_PHOTO_DISK', 'public'),
];