Skip to content

Commit 69634df

Browse files
committed
Changing the bundle class name to match the Symfony convention
The vendor part was missing in the name.
1 parent 978b1b4 commit 69634df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/TdbmGraphqlTestingKernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Symfony\Component\Routing\RouteCollectionBuilder;
1313
use TheCodingMachine\Graphqlite\Bundle\GraphqliteBundle;
1414
use TheCodingMachine\TDBM\Bundle\TdbmBundle;
15-
use TheCodingMachine\Tdbm\Graphql\Bundle\TdbmGraphqlBundle;
15+
use TheCodingMachine\Tdbm\Graphql\Bundle\TheCodingMachineTdbmGraphqlBundle;
1616

1717
class TdbmGraphqlTestingKernel extends Kernel
1818
{
@@ -32,7 +32,7 @@ public function registerBundles()
3232
new DoctrineBundle(),
3333
new TdbmBundle(),
3434
new GraphqliteBundle(),
35-
new TdbmGraphqlBundle(),
35+
new TheCodingMachineTdbmGraphqlBundle(),
3636
];
3737
}
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\HttpKernel\Bundle\Bundle;
99
use TheCodingMachine\Tdbm\Graphql\Bundle\DependencyInjection\TdbmGraphqlCompilerPass;
1010

11-
class TdbmGraphqlBundle extends Bundle
11+
class TheCodingMachineTdbmGraphqlBundle extends Bundle
1212
{
1313
public function build(ContainerBuilder $container)
1414
{

0 commit comments

Comments
 (0)