change method to public static

This commit is contained in:
ghost 2024-02-12 21:18:25 +02:00
parent 0e33447c91
commit 22c122b6fe

View File

@ -6,7 +6,7 @@ namespace Kvazar\Crypto;
class Kevacoin
{
function decode(string $value)
public static function decode(string $value)
{
if (is_numeric($string) && $string < 0xFFFFFFFF)
{