Skip to content

Commit

Permalink
Update AliOssAdapter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcyl authored Apr 25, 2017
1 parent 7728f8d commit f6548d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AliOssAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function __construct(
$this->endPoint = $endPoint;
$this->ssl = $ssl;
$this->isCname = $isCname;
$this->cdnDomain = $cdnDomain
$this->cdnDomain = $cdnDomain;
$this->options = array_merge($this->options, $options);
}

Expand Down

0 comments on commit f6548d2

Please sign in to comment.