Skip to content

Commit dfe1260

Browse files
authored
feat: add flushAll() method to Pool and PoolFactory (#7698)
1 parent fea3ffb commit dfe1260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Middleware/ValidationMiddleware.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Hyperf\Di\Annotation\AnnotationCollector;
1919
use Hyperf\Di\Annotation\MultipleAnnotation;
2020
use Hyperf\Di\ReflectionManager;
21+
use Hyperf\HttpServer\CoreMiddleware;
2122
use Hyperf\HttpServer\Router\Dispatched;
2223
use Hyperf\Server\Exception\ServerException;
2324
use Hyperf\Validation\Annotation\Scene;
@@ -129,7 +130,7 @@ protected function shouldHandle(Dispatched $dispatched): bool
129130
}
130131

131132
/**
132-
* @see \Hyperf\HttpServer\CoreMiddleware::prepareHandler()
133+
* @see CoreMiddleware::prepareHandler()
133134
*/
134135
protected function prepareHandler(array|string $handler): array
135136
{

0 commit comments

Comments
 (0)