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 91ea2d3 commit 682dd67Copy full SHA for 682dd67
src/FlysystemCloudinaryAdapter.php
@@ -10,7 +10,6 @@
10
use Cloudinary\Asset\Media;
11
use Cloudinary\Cloudinary;
12
use Cloudinary\Configuration\Configuration;
13
-use Cloudinary\Transformation\Resize;
14
use CodebarAg\FlysystemCloudinary\Events\FlysystemCloudinaryResponseLog;
15
use Exception;
16
use Illuminate\Http\Client\RequestException;
@@ -524,10 +523,8 @@ private function extractExtraMetadata(array $metadata): array
524
523
/**
525
* Get the URL of an image with optional transformation parameters
526
*
527
- * @param string|array $path
528
* @return string
529
*/
530
-
531
public function getUrl(string|array $path): string|false
532
{
533
$options = [];
0 commit comments