File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212use Symfony \Component \Routing \RouteCollectionBuilder ;
1313use TheCodingMachine \Graphqlite \Bundle \GraphqliteBundle ;
1414use TheCodingMachine \TDBM \Bundle \TdbmBundle ;
15- use TheCodingMachine \Tdbm \Graphql \Bundle \TdbmGraphqlBundle ;
15+ use TheCodingMachine \Tdbm \Graphql \Bundle \TheCodingMachineTdbmGraphqlBundle ;
1616
1717class 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
Original file line number Diff line number Diff line change 88use Symfony \Component \HttpKernel \Bundle \Bundle ;
99use 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 {
You can’t perform that action at this time.
0 commit comments