Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moved the Swiftmailer data collector to the Swifmailer bridge
  • Loading branch information
fabpot committed Oct 24, 2011
1 parent 714d032 commit 70e0dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/

namespace Symfony\Bundle\SwiftmailerBundle\DataCollector;
namespace Symfony\Bridge\Swiftmailer\DataCollector;

use Symfony\Component\HttpKernel\DataCollector\DataCollector;
use Symfony\Component\HttpFoundation\Request;
Expand Down
Expand Up @@ -19,7 +19,7 @@
<parameter key="swiftmailer.plugin.antiflood.threshold">99</parameter>
<parameter key="swiftmailer.plugin.antiflood.sleep">0</parameter>

<parameter key="swiftmailer.data_collector.class">Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector</parameter>
<parameter key="swiftmailer.data_collector.class">Symfony\Bridge\Swiftmailer\DataCollector\MessageDataCollector</parameter>
</parameters>

<services>
Expand Down

0 comments on commit 70e0dba

Please sign in to comment.