DD-3602: [BACK]. [Доверенность водителю с КЭП] - [реализовать отправку документа через АПИ Диадок]

This commit is contained in:
cherednik 2025-01-10 13:31:54 +04:00
parent cea9bdedaf
commit 2dd08fcaac
1 changed files with 0 additions and 2 deletions

View File

@ -7,12 +7,10 @@ namespace App\SignDocument\Controller;
use App\Infrastructure\Traits\ApiHelperTrait;
use App\SignDocument\Api\Request\DigitalSignatureRequest;
use App\SignDocument\Services\DigitalSignatureService;
use PHPUnit\Event\RuntimeException;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use Exception;
class DigitalSignatureController extends AbstractController
{