Completed
Push — master ( f7e56f...c1baaf )
by Sean
01:15
created
src/TestMailCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use Illuminate\Support\Facades\Mail;
7
-use Illuminate\Contracts\Mail\Mailable;
8 7
 use Illuminate\Support\Facades\Validator;
9 8
 use Resohead\LaravelTestMail\TestMailable;
10
-use Resohead\LaravelTestMail\SendTestEmailJob;
11 9
 use \Illuminate\Contracts\Config\Repository as Config;
12 10
 
13 11
 class TestMailCommand extends Command
Please login to merge, or discard this patch.