【发布时间】:2020-05-21 02:02:18
【问题描述】:
我在 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'
)
]
);
}
【问题讨论】:
-
我在这里看不到 'oro_collection' 类型。
标签: php symfony-3.4 orocrm