Skip to content

Commit

Permalink
fix: Replace AbstractBundle with Bundle for older Symfony versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
b00gizm committed Feb 13, 2023
1 parent 49cbe21 commit 7965c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GeekCellImagekitBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
use GeekCell\ImagekitBundle\DependencyInjection\GeekCellImagekitExtension;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;

final class GeekCellImagekitBundle extends AbstractBundle
final class GeekCellImagekitBundle extends Bundle
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 7965c8d

Please sign in to comment.