You've already forked symfony-validator
test
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
namespace Bluesquare;
|
namespace Bluesquare;
|
||||||
|
|
||||||
|
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||||
use Symfony\Component\HttpFoundation\RequestStack;
|
use Symfony\Component\HttpFoundation\RequestStack;
|
||||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||||
use Traversable;
|
use Traversable;
|
||||||
|
|
||||||
class Validator
|
class Validator extends ServiceEntityRepository
|
||||||
{
|
{
|
||||||
protected $request;
|
protected $request;
|
||||||
protected $context;
|
protected $context;
|
||||||
|
|||||||
Reference in New Issue
Block a user