test
This commit is contained in:
parent
1bee6e12ec
commit
f12b78c8b0
|
@ -2,12 +2,13 @@
|
|||
|
||||
namespace Bluesquare;
|
||||
|
||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
use Traversable;
|
||||
|
||||
class Validator
|
||||
class Validator extends ServiceEntityRepository
|
||||
{
|
||||
protected $request;
|
||||
protected $context;
|
||||
|
|
Loading…
Reference in New Issue