Closed betterapp closed 9 months ago
The bundle need to be enabled in
/config/bundles.php
use Nelmio\ApiDocBundle\NelmioApiDocBundle;
return [
// ...
NelmioApiDocBundle::class => ['all' => true],
// ...
];
After merge this https://github.com/BrandOriented/PimcoreCiHubConnector/pull/11
the bundle do not need to be enabled in config/bundles.php
Pull request has been merged
Pimcore version(s) affected
11
Description
When I enable the PimcoreCIHubAdapterBundle
I got error:
How to reproduce
require package
composer require ci-hub/pimcore-ci-hub-adapter-bundle
then enable it in /config/bundles.php with
Possible Solution
No response
Additional Context
No response