DD-3602: [BACK]. [Доверенность водителю с КЭП] - [реализовать отправку документа через АПИ Диадок]
This commit is contained in:
parent
cea9bdedaf
commit
2dd08fcaac
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue