Commit b175b9ea authored by Александр Плохих's avatar Александр Плохих 🌔
Browse files

rm uselsess use

parent b1b65e4e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3,12 +3,9 @@
namespace App\Controller;

use App\Actions\SortPriceAction;
use App\Entity\PricesEntity;
use App\Requests\PricesRequest;
use App\Service\ValidationService;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Attribute\Route;

class SortPriceController extends AbstractController