Guest User

Untitled

a guest
Oct 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. // vendor/symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php
  4.  
  5. //...
  6.         if (!$this->unitOfWork->isInIdentityMap($entity)) {
  7.             throw new FormException('Entities passed to the choice field must be managed');
  8.         }
  9. //...
Add Comment
Please, Sign In to add comment