Skip to content

Commit 1a0507a

Browse files
committed
WIP
1 parent 1ad6088 commit 1a0507a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ return [
218218
*/
219219

220220
'secure_url' => (bool) env('CLOUDINARY_SECURE_URL', true),
221-
221+
222222
/*
223223
|--------------------------------------------------------------------------
224224
| Cloudinary Global Upload Options
@@ -231,9 +231,8 @@ return [
231231
*/
232232

233233
'options' => [
234-
//
234+
// 'async' => true,
235235
],
236-
237236
];
238237
```
239238

0 commit comments

Comments
 (0)