1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +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 3978efa533
commit aa44677df3

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
{