We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e3d8 commit 2636302Copy full SHA for 2636302
src/CloudinaryAdapter.php
@@ -244,7 +244,7 @@ public function has($path)
244
*/
245
public function read($path)
246
{
247
- $resource = (array)$this->adminApi()->resource($path);
+ $resource = (array)$this->adminApi()->asset($path);
248
$contents = file_get_contents($resource['secure_url']);
249
250
return compact('contents', 'path');
0 commit comments