diff --git a/src/Aurphm/Aurphm.php b/src/Aurphm/Aurphm.php index 03cbd1c..9544ccc 100644 --- a/src/Aurphm/Aurphm.php +++ b/src/Aurphm/Aurphm.php @@ -145,7 +145,7 @@ public static function list() * @param string $AURPHM * @return string */ - protected function getSalt($AURPHM) + protected static function getSalt($AURPHM) { $validationArray = explode(".", $AURPHM); @@ -163,7 +163,7 @@ protected function getSalt($AURPHM) * @param string $AURPHM * @return string */ - protected function getSignature($AURPHM) + protected static function getSignature($AURPHM) { $validationArray = explode(".", $AURPHM); $signature = $validationArray[2];