Skip to content

Commit caefa36

Browse files
authored
Update Signer.php
1 parent d428c9b commit caefa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Signer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Signer
1818
const KEY_TYPE_PUBLIC = 1;
1919
const KEY_TYPE_PRIVATE = 2;
2020

21-
protected $ignores = ['sign', 'sign_type'];
21+
protected $ignores = ['sign'];
2222

2323
protected $sort = true;
2424

0 commit comments

Comments
 (0)