mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user