mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 06:27:08 +00:00
Use Symfony Validator service (#2143)
This commit is contained in:
committed by
Akihito Nakano
parent
d87a3b90da
commit
2593d78ce6
@@ -18,6 +18,8 @@ services:
|
||||
|
||||
open_apiserver.service.validator:
|
||||
class: '%open_apiserver.validator%'
|
||||
arguments:
|
||||
- '@validator'
|
||||
|
||||
open_apiserver.controller.pet:
|
||||
class: OpenAPI\Server\Controller\PetController
|
||||
|
||||
Reference in New Issue
Block a user