Advertisement
Eddz

Untitled

Sep 3rd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $noObjectExistsValidator = new NoObjectExistsValidator(array(
  2. 'object_repository' => $entityManager->getRepository('Application\Entity\User'),
  3. 'fields' => 'email'
  4. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement