1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
StyleCI Bot
2022-01-06 02:47:52 +00:00
parent ae5bfcc7ec
commit 4a5081fa4c

View File

@@ -1,11 +1,16 @@
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Mail;
use Illuminate\Mail\Transport\LogTransport;
use Psr\Log\LoggerInterface;
use Swift_Mime_SimpleMessage;
use Swift_Mime_SimpleMimeEntity;
class FlarumLogTransport extends LogTransport
{