mirror of
https://gh.wpcy.net/https://github.com/fairpm/mini-fair-repo.git
synced 2026-06-19 02:23:34 +08:00
Signed-off-by: Joost de Valk <joost@altha.nl> Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
21 lines
197 B
PHP
21 lines
197 B
PHP
<?php
|
|
/**
|
|
* Key.
|
|
*
|
|
* @package FAIR\Beacon
|
|
*/
|
|
|
|
namespace FAIR\Beacon;
|
|
|
|
/**
|
|
* Key class.
|
|
*/
|
|
class Key {
|
|
/**
|
|
* Create a key.
|
|
*
|
|
* @return void
|
|
*/
|
|
public static function create() {
|
|
}
|
|
}
|