Skip to content

Commit

Permalink
Update AbstractPimcoreBundle.php
Browse files Browse the repository at this point in the history
Extends AbstractBundle to have support for prependExtension
  • Loading branch information
DzemalBecirevic committed Feb 29, 2024
1 parent 9c3ef3b commit 1b8f2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Extension/Bundle/AbstractPimcoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

namespace Pimcore\Extension\Bundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;

abstract class AbstractPimcoreBundle extends Bundle implements PimcoreBundleInterface
abstract class AbstractPimcoreBundle extends AbstractBundle implements PimcoreBundleInterface
{
/**
* @deprecated
Expand Down

0 comments on commit 1b8f2ce

Please sign in to comment.