9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace PROVISION\Crypto;
|
|
|
|
class Signer {
|
|
}
|
|
?>
|