Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Sep 1, 2019
1 parent d4cb3fa commit fc309c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/Alipay.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ protected function makePay(string $gateway)
*
* @return Collection
*/
protected function makeExtend(string $method, array $params): Collection
protected function makeExtend(string $method, array ...$params): Collection
{
$params = count($params) >= 1 ? $params[0] : $params;

Expand Down

0 comments on commit fc309c0

Please sign in to comment.