diff --git a/security/PasswordEncryptor.php b/security/PasswordEncryptor.php index d1cd2d1d1..852603748 100644 --- a/security/PasswordEncryptor.php +++ b/security/PasswordEncryptor.php @@ -167,7 +167,7 @@ class PasswordEncryptor_Blowfish extends PasswordEncryptor { * @param int $cost * @return null */ - public function get_cost() { + public static function get_cost() { return self::$cost; }