Skip to content

Commit b450daf

Browse files
Split hyperf/serializer from hyperf/utils (#5663)
Co-authored-by: Deeka Wong <[email protected]> Co-authored-by: 李铭昕 <[email protected]>
1 parent 96c4482 commit b450daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Cases/ValidationMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
use Hyperf\HttpServer\CoreMiddleware;
2727
use Hyperf\HttpServer\Router\Dispatched;
2828
use Hyperf\HttpServer\Router\DispatcherFactory;
29+
use Hyperf\Serializer\SimpleNormalizer;
2930
use Hyperf\Translation\ArrayLoader;
3031
use Hyperf\Translation\Translator;
31-
use Hyperf\Utils\Serializer\SimpleNormalizer;
3232
use Hyperf\Validation\Contract\ValidatorFactoryInterface;
3333
use Hyperf\Validation\Middleware\ValidationMiddleware;
3434
use Hyperf\Validation\ValidatorFactory;

0 commit comments

Comments
 (0)