From 6e28e43d16edd5a5abf751b22024ad528dad0a6b Mon Sep 17 00:00:00 2001 From: Alex Rothuis Date: Mon, 27 Mar 2017 11:50:32 +0200 Subject: [PATCH] Use StepupBundle JsonHelper instead of MW client bundle specific one --- .../StepupSelfService/SelfServiceBundle/Service/U2fService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Surfnet/StepupSelfService/SelfServiceBundle/Service/U2fService.php b/src/Surfnet/StepupSelfService/SelfServiceBundle/Service/U2fService.php index d276159bd..0bad0c3b0 100644 --- a/src/Surfnet/StepupSelfService/SelfServiceBundle/Service/U2fService.php +++ b/src/Surfnet/StepupSelfService/SelfServiceBundle/Service/U2fService.php @@ -20,7 +20,7 @@ use GuzzleHttp\Client; use Psr\Log\LoggerInterface; -use Surfnet\StepupMiddlewareClient\Helper\JsonHelper; +use Surfnet\StepupBundle\Http\JsonHelper; use Surfnet\StepupSelfService\SelfServiceBundle\Command\CreateU2fRegisterRequestCommand; use Surfnet\StepupSelfService\SelfServiceBundle\Command\RevokeU2fRegistrationCommand; use Surfnet\StepupSelfService\SelfServiceBundle\Command\VerifyU2fRegistrationCommand;