Skip to content

Commit 768e95d

Browse files
committed
refactor: use abstract bundle as base
1 parent 6a7d45e commit 768e95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JsonApiSymfonyBundle.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
namespace Undabot\SymfonyJsonApi;
66

77
use Symfony\Component\DependencyInjection\ContainerBuilder;
8-
use Symfony\Component\HttpKernel\Bundle\Bundle;
8+
use Symfony\Component\HttpKernel\Bundle\AbstractBundle;
99
use Undabot\SymfonyJsonApi\DependencyInjection\Compiler\ApiGeneratorPass;
1010

11-
class JsonApiSymfonyBundle extends Bundle
11+
class JsonApiSymfonyBundle extends AbstractBundle
1212
{
1313
public function build(ContainerBuilder $container): void
1414
{

0 commit comments

Comments
 (0)