mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
symfony 5.4 compatibility
This commit is contained in:
parent
9792e54037
commit
8495e4c3fb
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ namespace Nelmio\ApiDocBundle\Controller;
|
|||
|
||||
use Nelmio\ApiDocBundle\Formatter\RequestAwareSwaggerFormatter;
|
||||
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
|
||||
class ApiDocController extends Controller
|
||||
class ApiDocController extends AbstractController
|
||||
{
|
||||
public function indexAction(Request $request, $view = ApiDoc::DEFAULT_VIEW)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue