From c8eed54684b4d0c021d86989ac48d1500edc4292 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 18 Jul 2019 10:16:25 +0200 Subject: [PATCH] fixed missing license --- .../Tests/Factory/MailgunTransportFactoryTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Factory/MailgunTransportFactoryTest.php b/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Factory/MailgunTransportFactoryTest.php index c65b372d4c..0b2c31e362 100644 --- a/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Factory/MailgunTransportFactoryTest.php +++ b/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Factory/MailgunTransportFactoryTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Mailer\Bridge\Mailgun\Tests\Factory; use Symfony\Component\Mailer\Bridge\Mailgun;