update api doc

This commit is contained in:
2026-03-18 09:13:53 +08:00
parent f3f73935e1
commit 88df42fe52
9 changed files with 29 additions and 25 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
<?php
<?php
declare(strict_types=1);
namespace App\Storage;
use Hyperf\RateLimit\Storage\StorageInterface;
use Psr\Container\ContainerInterface;