Skip to content

Commit

Permalink
Return Pimcore JsonResponse from adminjson - follow up to pimcore#14918
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed May 16, 2023
1 parent 9004252 commit ec3e8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/AdminBundle/Controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

namespace Pimcore\Bundle\AdminBundle\Controller;

use Pimcore\Bundle\AdminBundle\HttpFoundation\JsonResponse;
use Pimcore\Bundle\AdminBundle\Security\User\TokenStorageUserResolver;
use Pimcore\Bundle\AdminBundle\Security\User\User as UserProxy;
use Pimcore\Controller\Traits\JsonHelperTrait;
use Pimcore\Controller\UserAwareController;
use Pimcore\Extension\Bundle\PimcoreBundleManager;
use Pimcore\Model\User;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\Serializer\Encoder\DecoderInterface;
use Symfony\Component\Serializer\SerializerInterface;
use Symfony\Component\Translation\Exception\InvalidArgumentException;
Expand Down

0 comments on commit ec3e8a2

Please sign in to comment.