fix class names of ciphers

This commit is contained in:
printempw 2016-11-05 20:10:46 +08:00
parent b63cceddf3
commit 4e6cd56c39
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace App\Services\Cipher;
class SHA256 implements EncryptInterface
class SALTED2SHA256 implements EncryptInterface
{
/**
* Default SHA256 encryption method for Authme

View File

@ -2,7 +2,7 @@
namespace App\Services\Cipher;
class SHA256 implements EncryptInterface
class SALTED2SHA512 implements EncryptInterface
{
/**
* Default SHA256 encryption method for Authme