From 774057a91a58a8124ea12b4d295b42dc3faf5cbb Mon Sep 17 00:00:00 2001 From: Saleh Saeed Date: Mon, 8 Feb 2021 22:54:21 +0100 Subject: [PATCH] Revert DocumentationController name --- ...nDocumentationController.php => DocumentationController.php} | 2 +- Resources/config/services.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Controller/{JsonDocumentationController.php => DocumentationController.php} (96%) diff --git a/Controller/JsonDocumentationController.php b/Controller/DocumentationController.php similarity index 96% rename from Controller/JsonDocumentationController.php rename to Controller/DocumentationController.php index 5d95f25..0450d3a 100644 --- a/Controller/JsonDocumentationController.php +++ b/Controller/DocumentationController.php @@ -18,7 +18,7 @@ use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; -final class JsonDocumentationController +final class DocumentationController { private $generatorLocator; diff --git a/Resources/config/services.xml b/Resources/config/services.xml index b7221b8..8c888a6 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -18,7 +18,7 @@ - +