我在 orocrm symfony 3 中使用集合,但出现以下错误无法加载类型“oro_collection”:类不存在。
public function configureOptions(OptionsResolver $resolver)
{
$resolver->setDefaults(
[
'entry_type' => AppraisalParameterRatingType::class,
'required' => false,
'entry_options'=> array(
'data_class' => 'Hrroll\\Bundle\\AppraisalsBundle\\Entity\\AppraisalParameterRating'
)
]
);
}