File tree 1 file changed +4
-1
lines changed
src/DependencyInjection/config
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
53
53
Undabot\SymfonyJsonApi\Service\Resource\Validation\ResourceValidator : ~
54
54
Undabot\SymfonyJsonApi\Service\Resource\Factory\ResourceFactory :
55
55
arguments :
56
- $shouldValidateReadModel : ' %json_api_symfony.validate_read_model% '
56
+ $shouldValidateReadModel : true
57
57
58
58
Undabot\SymfonyJsonApi\Http\Service\ :
59
59
resource : ' ../../Http/Service/*'
@@ -82,3 +82,6 @@ services:
82
82
Undabot\SymfonyJsonApi\Bridge\OpenApi\Service\ResourceApiEndpointsFactory : ~
83
83
Undabot\SymfonyJsonApi\Bridge\OpenApi\ApiTransformer : ~
84
84
Undabot\SymfonyJsonApi\Bridge\OpenApi\OpenApiGenerator : ~
85
+
86
+ Doctrine\Common\Annotations\AnnotationReader : ~
87
+ Doctrine\Common\Annotations\Reader : ' @Doctrine\Common\Annotations\AnnotationReader'
You can’t perform that action at this time.
0 commit comments