Skip to content

Commit

Permalink
Fix logTab is not a constructor when accessing Datahub Config - Resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 committed Aug 29, 2023
1 parent 8eb6000 commit 03f79a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/PimcoreDataImporterBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}
}

Expand Down

0 comments on commit 03f79a4

Please sign in to comment.