mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #1225 from nelmio/GuilhemN-patch-2
Fix Api-Platform support
This commit is contained in:
commit
b5f64ea9cc
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
|
||||
<service id="nelmio_api_doc.describers.api_platform.documentation" class="ApiPlatform\Core\Documentation\Documentation" public="false">
|
||||
<factory service="api_platform.action.documentation" method="__invoke" />
|
||||
<argument type="service">
|
||||
<service class="Symfony\Component\HttpFoundation\Request" />
|
||||
</argument>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue