mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Made nelmio_api_doc.generator a public service
The service was not defined public or private, which threw deprecation notices in the tests where we use it from the container. It is now declared public explicitly to not have deprecations.
This commit is contained in:
parent
f0baf35856
commit
7d01a420fa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</service>
|
||||
|
||||
<!-- Swagger Spec Generator -->
|
||||
<service id="nelmio_api_doc.generator" alias="nelmio_api_doc.generator.default" />
|
||||
<service id="nelmio_api_doc.generator" alias="nelmio_api_doc.generator.default" public="true" />
|
||||
|
||||
<service id="nelmio_api_doc.controller_reflector" class="Nelmio\ApiDocBundle\Util\ControllerReflector" public="false">
|
||||
<argument type="service" id="service_container" />
|
||||
|
|
Loading…
Add table
Reference in a new issue