We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a5d0b commit 5a9bad9Copy full SHA for 5a9bad9
1 file changed
tests/integration/Kernel.php
@@ -47,7 +47,6 @@
47
use Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle;
48
use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface;
49
use Overblog\GraphQLBundle\OverblogGraphQLBundle;
50
-use Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle;
51
use Symfony\Component\Config\Loader\LoaderInterface;
52
use Symfony\Component\Config\Resource\FileResource;
53
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -63,7 +62,6 @@ public function registerBundles(): iterable
63
62
yield new LexikJWTAuthenticationBundle();
64
yield new HautelookTemplatedUriBundle();
65
yield new WebpackEncoreBundle();
66
- yield new SwiftmailerBundle();
67
yield new KnpMenuBundle();
68
69
yield new IbexaRestBundle();
0 commit comments