bobvandevijver on master
Fixed documentation indentation… (compare)
bobvandevijver on master
Fixed documentation indentation… (compare)
tobias-93 on v2.5.1
tobias-93 on master
Add choice_translation_domain t… (compare)
bobvandevijver on v2.5.1
bobvandevijver on v2.5.1
bobvandevijver on 2.5.0
Argument 3 passed to Admingenerator\GeneratorBundle\Guesser\DoctrineFieldGuesser::__construct() must be of the type array, none given, called in appDevDebugProjectContainer.php
config.yml
, which probably contains an empty form_types
array specific for the doctrine ORM. (guessing you're using the ORM).
admingenerator_generator: # Admingenerator configuration
form_types:
doctrine_orm:
entity: Admingenerator\FormExtensionsBundle\Form\Type\Select2EntityType
form_types
, then you should have the defaults. Might also be that a simple complete cache clear solves your problem.