File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
namespace ApiPlatform \Core \Validator \EventListener ;
15
15
16
- use ApiPlatform \Core \Bridge \Symfony \Validator \Exception \ValidationException ;
17
16
use ApiPlatform \Core \Metadata \Resource \Factory \ResourceMetadataFactoryInterface ;
18
17
use ApiPlatform \Core \Metadata \Resource \ToggleableOperationAttributeTrait ;
19
18
use ApiPlatform \Core \Util \RequestAttributesExtractor ;
19
+ use ApiPlatform \Core \Validator \Exception \ValidationException ;
20
20
use ApiPlatform \Core \Validator \ValidatorInterface ;
21
21
use Symfony \Component \HttpFoundation \Response ;
22
22
use Symfony \Component \HttpKernel \Event \ViewEvent ;
Original file line number Diff line number Diff line change 13
13
14
14
namespace ApiPlatform \Core \Validator ;
15
15
16
- use ApiPlatform \Core \Bridge \ Symfony \ Validator \Exception \ValidationException ;
16
+ use ApiPlatform \Core \Validator \Exception \ValidationException ;
17
17
18
18
/**
19
- * Validates an item using the Symfony validator component .
19
+ * Validates an item.
20
20
*
21
21
* @author Kévin Dunglas <[email protected] >
22
22
*/
You can’t perform that action at this time.
0 commit comments