test
This commit is contained in:
parent
ec075a3e89
commit
4d8b19a1c5
|
@ -4,10 +4,11 @@ namespace Bluesquare;
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||||
use Symfony\Component\HttpFoundation\RequestStack;
|
use Symfony\Component\HttpFoundation\RequestStack;
|
||||||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||||
use Traversable;
|
use Traversable;
|
||||||
|
|
||||||
class Validator
|
class Validator extends Bundle
|
||||||
{
|
{
|
||||||
protected $request;
|
protected $request;
|
||||||
protected $context;
|
protected $context;
|
||||||
|
|
Loading…
Reference in New Issue