Skip to content

Commit

Permalink
IBX-8137: Dropped swiftmailer (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Jul 30, 2024
1 parent bf7b3a5 commit de1790a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Ibexa\Contracts\Test\Core\IbexaTestKernel;
use Knp\Bundle\MenuBundle\KnpMenuBundle;
use Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle;
use Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand All @@ -36,7 +35,6 @@ public function registerBundles(): iterable
yield new LexikJWTAuthenticationBundle();
yield new HautelookTemplatedUriBundle();
yield new WebpackEncoreBundle();
yield new SwiftmailerBundle();
yield new KnpMenuBundle();

yield new IbexaRestBundle();
Expand Down

0 comments on commit de1790a

Please sign in to comment.