We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb075c commit 46606feCopy full SHA for 46606fe
1 file changed
src/Illuminate/Mail/MailServiceProvider.php
@@ -2,16 +2,12 @@
2
3
use Illuminate\Foundation\Application;
4
use Illuminate\Mail\Transport\LogTransport;
5
-use Illuminate\Support\Arr;
6
use Illuminate\Support\ServiceProvider;
7
-//use Symfony\Component\HttpClient\HttpClient;
8
-//use Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory;
9
use Symfony\Component\Mailer\Transport\Dsn;
10
use Symfony\Component\Mailer\Transport\SendmailTransport;
11
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
12
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory;
13
use Symfony\Component\Mailer\Transport\Smtp\Stream\SocketStream;
14
-//use Symfony\Contracts\HttpClient\HttpClientInterface;
15
16
class MailServiceProvider extends ServiceProvider {
17
0 commit comments