10000 added MessageDataCollector forward compatibility · symfony/swiftmailer-bridge@040f57b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 040f57b

Browse files
committed
added MessageDataCollector forward compatibility
0 parents  commit 040f57b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
namespace Symfony\Bridge\Swiftmailer\DataCollector;
13+
14+
use Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector as BaseMessageDataCollector;
15+
16+
/**
17+
* MessageDataCollector.
18+
*
19+
* @author Fabien Potencier <fabien@symfony.com>
20+
* @author ClŽment JOBEILI <clement.jobeili@gmail.com>
21+
*/
22+
class MessageDataCollector extends BaseMessageDataCollector
23+
{
24+
}

0 commit comments

Comments
 (0)
0