Skip to content

Commit

Permalink
Merge pull request #1726 from shineability/3.x
Browse files Browse the repository at this point in the history
Fix typo in content disposition config key
  • Loading branch information
frankdejonge authored Nov 18, 2023
2 parents 5ed8f6f + 745813c commit c9c80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureBlobStorage/AzureBlobStorageAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public function temporaryUrl(string $path, DateTimeInterface $expiresAt, Config
$config->get('signed_protocol', 'https'),
$config->get('signed_identifier', ''),
$config->get('cache_control', ''),
$config->get('content_deposition', ''),
$config->get('content_disposition', ''),
$config->get('content_encoding', ''),
$config->get('content_language', ''),
$config->get('content_type', ''),
Expand Down

0 comments on commit c9c80ac

Please sign in to comment.