fix const
This commit is contained in:
parent
16ae895312
commit
63993b20b9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use phpseclib3\Crypt\RSA;
|
|||
*/
|
||||
class Signature {
|
||||
|
||||
public const SIGNATURE_PATTERN = '/^
|
||||
const SIGNATURE_PATTERN = '/^
|
||||
keyId="(?P<keyId>
|
||||
(https?:\/\/[\w\-\.]+[\w]+)
|
||||
(:[\d]+)?
|
||||
|
|
Loading…
Reference in a new issue