1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Fix class name

This commit is contained in:
Matej Baco 2022-06-17 09:37:31 +02:00
parent c6426d29e2
commit 6c6261ac23

View file

@ -19,7 +19,7 @@ class AlgoBcrypt extends Model
*/
public function getName(): string
{
return 'AlgoBCrypt';
return 'AlgoBcrypt';
}
/**