shish 6 жил өмнө
parent
commit
b712b5b5b2

+ 1 - 1
vendor/weixinSecret/pkcs7Encoder.php

@@ -60,7 +60,7 @@ class Prpcrypt
 {
 	public $key;
 
-	function Prpcrypt($k)
+	function __construct($k)
 	{
 		$this->key = base64_decode($k . "=");
 	}