Skip to content

Commit

Permalink
Update RSAKeys.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Feb 2, 2022
1 parent f43a061 commit d61ad9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/MicroweberPackages/User/Services/RSAKeys.php
@@ -1,13 +1,13 @@
<?php



namespace MicroweberPackages\User\Services;

use phpseclib3\Crypt\RSA;


class RSAKeys extends RSA
class RSAKeys extends RSA
{

}
public function toString($type, array $options = [])
{
// TODO: Implement toString() method.
}
}

0 comments on commit d61ad9d

Please sign in to comment.