Skip to content

Commit 18bcdf6

Browse files
committed
WIP
1 parent 7d66371 commit 18bcdf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": "8.2.*|8.3.*|8.4.*",
2727
"guzzlehttp/guzzle": "^7.8",
2828
"illuminate/contracts": "^12.0",
29-
"cloudinary/cloudinary_php": "^3.1",
29+
"cloudinary/cloudinary_php": "^2.13",
3030
"nesbot/carbon": "^3.8",
3131
"spatie/laravel-package-tools": "^1.19"
3232
},

src/FlysystemCloudinaryAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public function read(string $path): string
341341
$path = $this->ensureFolderIsPrefixed(trim($path, '/'));
342342

343343
try {
344-
$contents = file_get_contents(Media::fromParams($path, []));
344+
$contents = file_get_contents(Media::fromParams($path));
345345
} catch (Exception) {
346346
$contents = '';
347347
}

0 commit comments

Comments
 (0)