Commit 8bdd0fab authored by Adam Shepherd's avatar Adam Shepherd
Browse files

Issue #3276709 by AdamPS, iainH: Unable to locate Swiftmailer Configuration

parent 2ce0fa3f
Loading
Loading
Loading
Loading
+1 −1
Changes for src/Plugin/EmailBuilder/SwiftmailerEmailBuilder.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Drupal\symfony_mailer\Processor\EmailBuilderBase;
 *
 * @EmailBuilder(
 *   id = "swiftmailer",
 *   migrate = @Translation("Swiftmailer transport settings"),
 *   import = @Translation("Swiftmailer transport settings"),
 * )
 */
class SwiftmailerEmailBuilder extends EmailBuilderBase {