Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 15, 2023
1 parent 3294a99 commit 9ae0fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sets/swiftmailer/swiftmailer-to-symfony-mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Rector\Config\RectorConfig;
use Rector\Renaming\Rector\Name\RenameClassRector;
use Rector\Symfony\Symfony53\Rector\MethodCall\SwiftCreateMessageToNewEmailRector;
use Rector\Symfony\Symfony53\Rector\MethodCall\SwiftSetBodyToHtmlPlainMethodCallRector;
use Rector\Symfony\SwiftMailer\Rector\MethodCall\SwiftCreateMessageToNewEmailRector;
use Rector\Symfony\SwiftMailer\Rector\MethodCall\SwiftSetBodyToHtmlPlainMethodCallRector;

return static function (RectorConfig $rectorConfig): void {
// @see https://symfony.com/blog/the-end-of-swiftmailer
Expand Down

0 comments on commit 9ae0fc7

Please sign in to comment.