Skip to content

Commit 851d25c

Browse files
committed
remove duplicate comma
1 parent 55c5967 commit 851d25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Upload Preset From Cloudinary Dashboard
3939
*
4040
*/
41-
'upload_preset' => env('CLOUDINARY_UPLOAD_PRESET'),,
41+
'upload_preset' => env('CLOUDINARY_UPLOAD_PRESET'),
4242

4343
/**
4444
* Route to get cloud_image_url from Blade Upload Widget

0 commit comments

Comments
 (0)