Skip to content

Commit

Permalink
Merge pull request #55 from silverstripe/obj63mc-patch-issue-54
Browse files Browse the repository at this point in the history
Fix Deprecation for issue #54
  • Loading branch information
wilr authored Sep 22, 2022
2 parents 1d9bbd0 + abc1045 commit f11b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/PublicCDNAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PublicCDNAdapter extends PublicAdapter implements SilverstripePublicAdapte
{
protected $cdnPrefix;

public function __construct(S3Client $client, $bucket, $prefix = '', $cdnPrefix, array $options = [])
public function __construct(S3Client $client, $bucket, $prefix = '', $cdnPrefix = '', array $options = [])
{
$this->cdnPrefix = $cdnPrefix;
parent::__construct($client, $bucket, $prefix, $options);
Expand Down

0 comments on commit f11b9a0

Please sign in to comment.