Skip to content

Commit

Permalink
Do not use deprecated extensions.php (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed Aug 23, 2023
1 parent 1384057 commit e5fac9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
18 changes: 17 additions & 1 deletion config/bundles.php
@@ -1,6 +1,22 @@
<?php

use CustomerManagementFrameworkBundle\PimcoreCustomerManagementFrameworkBundle;
use OutputDataConfigToolkitBundle\OutputDataConfigToolkitBundle;
use Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle;
use Pimcore\Bundle\EcommerceFrameworkBundle\PimcoreEcommerceFrameworkBundle;
use Pimcore\Bundle\EcommerceFrameworkBundle\PimcorePaymentProviderPayPalSmartPaymentButtonBundle;
use Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle;
use Presta\SitemapBundle\PrestaSitemapBundle;
use Web2PrintToolsBundle\Web2PrintToolsBundle;

return [
//Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Presta\SitemapBundle\PrestaSitemapBundle::class => ['all' => true],
PimcoreEcommerceFrameworkBundle::class => ['all' => true],
PimcoreCustomerManagementFrameworkBundle::class => ['all' => true],
PimcorePaymentProviderPayPalSmartPaymentButtonBundle::class => ['all' => true],
PimcoreDataHubBundle::class => ['all' => true],
OutputDataConfigToolkitBundle::class => ['all' => true],
Web2PrintToolsBundle::class => ['all' => true],
ObjectMergerBundle::class => ['all' => true],
PrestaSitemapBundle::class => ['all' => true],
];
13 changes: 0 additions & 13 deletions var/config/extensions.php

This file was deleted.

0 comments on commit e5fac9a

Please sign in to comment.