Skip to content

Commit

Permalink
Update DidKey.php
Browse files Browse the repository at this point in the history
  • Loading branch information
puklipo committed Dec 2, 2024
1 parent ba343b9 commit 8b46136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crypto/DidKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DidKey
*/
public static function parse(string $didkey): array
{
if (! class_exists(CurveFactory::class)) {
if (! class_exists(EccFactory::class)) {
throw new RuntimeException('Please install any ecc package.');
}

Expand Down

0 comments on commit 8b46136

Please sign in to comment.