diff --git a/src/PimcoreDataImporterBundle.php b/src/PimcoreDataImporterBundle.php index f6b36a92..76db64d1 100644 --- a/src/PimcoreDataImporterBundle.php +++ b/src/PimcoreDataImporterBundle.php @@ -151,7 +151,10 @@ public static function registerDependentBundles(BundleCollection $collection): v $collection->addBundle(new PimcoreAdminBundle(), 60); if (\Pimcore\Version::getMajorVersion() >= 11) { - $collection->addBundle(\Pimcore\Bundle\ApplicationLoggerBundle\PimcoreApplicationLoggerBundle::class); + $collection->addBundle( + \Pimcore\Bundle\ApplicationLoggerBundle\PimcoreApplicationLoggerBundle::class, + 10 + ); } }