Skip to content

Commit a6245c8

Browse files
committed
formatting
1 parent 41d37b1 commit a6245c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/jetstream.php

+13
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,17 @@
4949
Features::accountDeletion(),
5050
],
5151

52+
/*
53+
|--------------------------------------------------------------------------
54+
| Profile Photo Disk
55+
|--------------------------------------------------------------------------
56+
|
57+
| This configuration value determines the default disk that will be used
58+
| when storing profile photos for your application's users. Typically
59+
| this will be the "public" disk but you may adjust this if needed.
60+
|
61+
*/
62+
63+
'profile_photo_disk' => 'public',
64+
5265
];

0 commit comments

Comments
 (0)