mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Revert DocumentationController name
This commit is contained in:
parent
2b387e80f2
commit
774057a91a
@ -18,7 +18,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
|
||||||
|
|
||||||
final class JsonDocumentationController
|
final class DocumentationController
|
||||||
{
|
{
|
||||||
private $generatorLocator;
|
private $generatorLocator;
|
||||||
|
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<service id="nelmio_api_doc.controller.swagger" alias="nelmio_api_doc.controller.swagger_json" public="true" />
|
<service id="nelmio_api_doc.controller.swagger" alias="nelmio_api_doc.controller.swagger_json" public="true" />
|
||||||
|
|
||||||
<service id="nelmio_api_doc.controller.swagger_json" class="Nelmio\ApiDocBundle\Controller\JsonDocumentationController" public="true">
|
<service id="nelmio_api_doc.controller.swagger_json" class="Nelmio\ApiDocBundle\Controller\DocumentationController" public="true">
|
||||||
<argument type="service" id="nelmio_api_doc.generator_locator" />
|
<argument type="service" id="nelmio_api_doc.generator_locator" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user