mirror of
https://gh.wpcy.net/https://github.com/fairpm/mini-fair-repo.git
synced 2026-06-20 02:32:22 +08:00
21 lines
191 B
PHP
21 lines
191 B
PHP
<?php
|
|
/**
|
|
* Key.
|
|
*
|
|
* @package MiniFAIR
|
|
*/
|
|
|
|
namespace MiniFAIR;
|
|
|
|
/**
|
|
* Key class.
|
|
*/
|
|
class Key {
|
|
/**
|
|
* Create a key.
|
|
*
|
|
* @return void
|
|
*/
|
|
public static function create() {
|
|
}
|
|
}
|