You've already forked symfony-validator
test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user