1

我正在尝试将我的自定义度量单位导入我在 Akeneo 3.2 中创建的 Akeneo 4,但是,在清理缓存后,该应用程序无法运行。

这是捆绑的树: 捆绑树

我在conf/bundles.php中激活了包:

<?php

return [
    // Add your bundles here with the associated env.
    // Ex:
    // Acme\Bundle\AppBundle\AcmeAppBundle::class => ['all' => true],
    Acme\Bundle\MyMeasureBundle\AcmeMyMeasureBundle::class => ['all' => true],
];

错误在哪里?

4

0 回答 0