使用symfony2 CRUD创建对象时出现以下异常:
[ReflectionException]
Class App\CoransBundle\Entity\Coran does not exist
可能是什么问题?
答案 0 :(得分:0)
错误信息是非常精确的,是不是错了?
我猜你的Coran类的命名空间定义中有一个拼写错误。它应该是这样的:
namespace App\CoransBundle\Entity;