mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Remove todo
This commit is contained in:
parent
228da8c0a6
commit
058bf3a639
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ interface StorageDriver
|
|||
public function get(string $uuid, string $key);
|
||||
public function getMany(string $uuid, array $keys): array;
|
||||
public function put(string $uuid, string $key, $value);
|
||||
public function putMany(string $uuid, array $values): array; // todo better argument name than "values" for kv pairs?
|
||||
public function putMany(string $uuid, array $values): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue