From 4d8b19a1c55b8a035b162043a136a642f992b527 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 19 Feb 2019 10:43:48 +0100 Subject: [PATCH] test --- src/Validator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Validator.php b/src/Validator.php index 2da8edb..e27b353 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -4,10 +4,11 @@ namespace Bluesquare; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\RequestStack; +use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Contracts\Translation\TranslatorInterface; use Traversable; -class Validator +class Validator extends Bundle { protected $request; protected $context;