Magento 2.3类不存在

时间:2019-01-25 09:25:56

标签: magento magento-2.3

我正在使用命令bin/magento setup:di:compile并收到错误消息

Class Magiccart\Testimonial\Model\ResourceModel\Testimonial does not exist

1 个答案:

答案 0 :(得分:0)

请在Model \ ResourceModel文件夹下创建一个文件名Testimonial.php 然后错误会自动删除。

像这样:

class Testimonial extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb

{

    //Do Your Stuff Here.......    

}