From e636efbbccd9e4b2af2d43e93b5ee377cf1bd7e3 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Mon, 24 Sep 2018 15:13:51 -0500 Subject: [PATCH] fix dni namespace --- src/app/Controller/ConsultController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Controller/ConsultController.php b/src/app/Controller/ConsultController.php index 0d99d94..b963396 100644 --- a/src/app/Controller/ConsultController.php +++ b/src/app/Controller/ConsultController.php @@ -10,7 +10,7 @@ use Peru\Api\Service\ArrayConverter; use Peru\Api\Service\GraphRunner; -use Peru\Reniec\Dni; +use Peru\Jne\Dni; use Peru\Sunat\Ruc; use Peru\Sunat\UserValidator; use Psr\Container\ContainerInterface;