Bug Report
Summary
Generating Form elements will assign the AttributedServiceFactory factory instead of Laminas\Form\ElementFactory in the module's ConfigProvider.
Current behavior
CreateBookForm::class => AttributedServiceFactory::class,
Expected behavior
CreateBookForm::class => ElementFactory::class,
Bug Report
Summary
Generating Form elements will assign the
AttributedServiceFactoryfactory instead ofLaminas\Form\ElementFactoryin the module'sConfigProvider.Current behavior
Expected behavior