Skip to content

Commit 435a8cd

Browse files
authored
feat: add flushAll() method to Pool and PoolFactory (#7698)
1 parent bc5c738 commit 435a8cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Request/SwaggerRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
namespace Hyperf\Swagger\Request;
1414

1515
use Hyperf\Context\RequestContext;
16+
use Hyperf\HttpServer\CoreMiddleware;
1617
use Hyperf\HttpServer\Router\Dispatched;
1718
use Hyperf\Swagger\Exception\RuntimeException;
1819
use Hyperf\Validation\Request\FormRequest;
@@ -61,7 +62,7 @@ protected function getCallbackByContext(): array
6162
}
6263

6364
/**
64-
* @see \Hyperf\HttpServer\CoreMiddleware::prepareHandler()
65+
* @see CoreMiddleware::prepareHandler()
6566
*/
6667
protected function prepareHandler(array|string $handler): array
6768
{

0 commit comments

Comments
 (0)