mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 17:02:45 +08:00
parent
46acfb6c23
commit
441ebacfd7
|
@ -15,7 +15,7 @@ use Flarum\Settings\SettingsRepositoryInterface;
|
|||
use Swift_Transport;
|
||||
|
||||
/**
|
||||
* An interface for a mail service
|
||||
* An interface for a mail service.
|
||||
*
|
||||
* This interface provides all methods necessary for configuring, checking and
|
||||
* using one of Laravel's various email drivers throughout Flarum.
|
||||
|
@ -25,7 +25,7 @@ use Swift_Transport;
|
|||
interface DriverInterface
|
||||
{
|
||||
/**
|
||||
* Build a mail transport based on Flarum's current settings
|
||||
* Build a mail transport based on Flarum's current settings.
|
||||
*/
|
||||
public function buildTransport(SettingsRepositoryInterface $settings): Swift_Transport;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
namespace Flarum\Mail;
|
||||
|
||||
use Flarum\Settings\SettingsRepositoryInterface;
|
||||
use Illuminate\Contracts\Support\MessageBag as MessageBagContract;
|
||||
use Illuminate\Mail\Transport\LogTransport;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Swift_Transport;
|
||||
|
|
Loading…
Reference in New Issue
Block a user