This commit is contained in:
crazywhalecc 2022-12-31 19:04:57 +08:00
parent a2404482a3
commit 6bcedea720
No known key found for this signature in database
GPG Key ID: 4B0FFA175E762022

View File

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace ZM\Store\KV;
use Psr\SimpleCache\CacheInterface;