mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
First steps to create ApiKeyMeta
This commit is contained in:
committed by
Alejandro Celaya
parent
60a8d6e986
commit
9b55389538
18
module/Rest/src/ApiKey/Model/ApiKeyMeta.php
Normal file
18
module/Rest/src/ApiKey/Model/ApiKeyMeta.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shlinkio\Shlink\Rest\ApiKey\Model;
|
||||
|
||||
final class ApiKeyMeta
|
||||
{
|
||||
public static function withKey(string $key): self
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static function withName(string $key): self
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user